From: Uwe Hermann Date: Thu, 14 Mar 2019 20:48:07 +0000 (+0100) Subject: DecoderSelector: Reduce indentation from 20 to 10. X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=5da32ad69122ca5583c66ccdbc552ea1ae313566 DecoderSelector: Reduce indentation from 20 to 10. This wastes a little less screen space. --- diff --git a/pv/subwindows/decoder_selector/subwindow.cpp b/pv/subwindows/decoder_selector/subwindow.cpp index 086b0064..165b90d8 100644 --- a/pv/subwindows/decoder_selector/subwindow.cpp +++ b/pv/subwindows/decoder_selector/subwindow.cpp @@ -108,6 +108,8 @@ SubWindow::SubWindow(Session& session, QWidget* parent) : // Ensure that all decoder tag names are fully visible by default tree_view_->resizeColumnToContents(0); + tree_view_->setIndentation(10); + info_box_->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); QVBoxLayout* info_box_layout = new QVBoxLayout(info_box_); info_box_layout->addWidget(info_label_header_);