Skip to content

Commit

Permalink
Keep a bit of spacing in layer tree dock widget
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Sep 5, 2014
1 parent fd5669c commit 5efcbef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -2353,7 +2353,6 @@ void QgisApp::initLayerTreeView()

QVBoxLayout* vboxLayout = new QVBoxLayout;
vboxLayout->setMargin( 0 );
vboxLayout->setSpacing( 0 );
vboxLayout->addLayout( toolbarLayout );
vboxLayout->addWidget( mLayerTreeView );

Expand Down

0 comments on commit 5efcbef

Please sign in to comment.