Skip to content

Commit ae81c7c

Browse files
adisuciuRainDalena
authored andcommitted
debugger: fix spacing around splitters
Signed-off-by: Adrian Suciu <[email protected]> Signed-off-by: JDalenaJ <[email protected]>
1 parent 344e7f3 commit ae81c7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/debugger/src/iioexplorer/iioexplorerinstrument.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,11 @@ void IIOExplorerInstrument::setupUi()
9898
right_container->setLayout(new QVBoxLayout(right_container));
9999
right_container->layout()->setContentsMargins(0, 0, 0, 0);
100100
details_container->setLayout(new QVBoxLayout(details_container));
101+
details_container->layout()->setContentsMargins(2, 9, 9, 2);
101102
watch_list->setLayout(new QVBoxLayout(watch_list));
103+
watch_list->layout()->setContentsMargins(2, 2, 9, 9);
102104
tree_view_container->setLayout(new QVBoxLayout(tree_view_container));
105+
tree_view_container->layout()->setContentsMargins(9, 9, 2, 9);
103106

104107
m_proxyModel = new IIOSortFilterProxyModel(this);
105108
m_treeView = new QTreeView(tree_view_container);

0 commit comments

Comments
 (0)