DecoderSelector: Set alignment=top for the PD info text.
[pulseview.git] / pv / subwindows / decoder_selector / subwindow.cpp
index 0172a43d9a4951b97a322ca46bee7c397e3706e1..af6de2d95f295a87827805083b0892f75e4ad533 100644 (file)
@@ -132,6 +132,7 @@ SubWindow::SubWindow(Session& session, QWidget* parent) :
        info_label_body_->setWordWrap(true);
        info_label_body_->setTextInteractionFlags(flags);
        info_label_body_->setText(initial_notice);
+       info_label_body_->setAlignment(Qt::AlignTop);
        info_label_footer_->setWordWrap(true);
        info_label_footer_->setTextInteractionFlags(flags);