Skip to content

Commit

Permalink
Getting closer to the perfection: a bit of spacing for 'layers' toolb…
Browse files Browse the repository at this point in the history
…ar (like browser)
  • Loading branch information
wonder-sk committed Sep 8, 2014
1 parent 3af6dbc commit a4c8c51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -2345,6 +2345,7 @@ void QgisApp::initLayerTreeView()
connect( btnCollapseAll, SIGNAL( clicked() ), mLayerTreeView, SLOT( collapseAll() ) );

QHBoxLayout* toolbarLayout = new QHBoxLayout;
toolbarLayout->setContentsMargins( QMargins( 5, 0, 5, 0 ) );
toolbarLayout->addWidget( btnAddGroup );
toolbarLayout->addWidget( btnVisibilityGroups );
toolbarLayout->addWidget( btnExpandAll );
Expand Down

0 comments on commit a4c8c51

Please sign in to comment.