From: Uwe Hermann Date: Thu, 21 Mar 2019 22:28:26 +0000 (+0100) Subject: DecoderSelector: Set alignment=top for the PD info text. X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=e0cfcb0e4f744a1e28f83b1babb4bc48ef680f79 DecoderSelector: Set alignment=top for the PD info text. --- diff --git a/pv/subwindows/decoder_selector/subwindow.cpp b/pv/subwindows/decoder_selector/subwindow.cpp index 0172a43..af6de2d 100644 --- a/pv/subwindows/decoder_selector/subwindow.cpp +++ b/pv/subwindows/decoder_selector/subwindow.cpp @@ -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);