Skip to content

Commit a4c8c51

Browse files
committedSep 8, 2014
Getting closer to the perfection: a bit of spacing for 'layers' toolbar (like browser)
1 parent 3af6dbc commit a4c8c51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2345,6 +2345,7 @@ void QgisApp::initLayerTreeView()
23452345
connect( btnCollapseAll, SIGNAL( clicked() ), mLayerTreeView, SLOT( collapseAll() ) );
23462346

23472347
QHBoxLayout* toolbarLayout = new QHBoxLayout;
2348+
toolbarLayout->setContentsMargins( QMargins( 5, 0, 5, 0 ) );
23482349
toolbarLayout->addWidget( btnAddGroup );
23492350
toolbarLayout->addWidget( btnVisibilityGroups );
23502351
toolbarLayout->addWidget( btnExpandAll );

0 commit comments

Comments
 (0)
Please sign in to comment.