projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b54aeae
)
DecoderSelector: Reduce indentation from 20 to 10.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 14 Mar 2019 20:48:07 +0000
(21:48 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 14 Mar 2019 21:49:24 +0000
(22:49 +0100)
This wastes a little less screen space.
pv/subwindows/decoder_selector/subwindow.cpp
patch
|
blob
|
history
diff --git
a/pv/subwindows/decoder_selector/subwindow.cpp
b/pv/subwindows/decoder_selector/subwindow.cpp
index 086b0064ec04d2354d76abd267a7da177afb54e0..165b90d8a3e055baebc5fffa44acf9cfb407386b 100644
(file)
--- 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_);