Skip to content

Commit 5efcbef

Browse files
committed
Keep a bit of spacing in layer tree dock widget
1 parent fd5669c commit 5efcbef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/qgisapp.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2353,7 +2353,6 @@ void QgisApp::initLayerTreeView()
23532353

23542354
QVBoxLayout* vboxLayout = new QVBoxLayout;
23552355
vboxLayout->setMargin( 0 );
2356-
vboxLayout->setSpacing( 0 );
23572356
vboxLayout->addLayout( toolbarLayout );
23582357
vboxLayout->addWidget( mLayerTreeView );
23592358

0 commit comments

Comments
 (0)