From 5da32ad69122ca5583c66ccdbc552ea1ae313566 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 14 Mar 2019 21:48:07 +0100 Subject: [PATCH] DecoderSelector: Reduce indentation from 20 to 10. This wastes a little less screen space. --- pv/subwindows/decoder_selector/subwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) 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_); -- 2.30.2