]> sigrok.org Git - pulseview.git/blobdiff - pv/subwindows/decoder_selector/subwindow.cpp
DecoderSelector: Reduce indentation from 20 to 10.
[pulseview.git] / pv / subwindows / decoder_selector / subwindow.cpp
index 086b0064ec04d2354d76abd267a7da177afb54e0..165b90d8a3e055baebc5fffa44acf9cfb407386b 100644 (file)
@@ -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_);