File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3048,15 +3048,14 @@ void QgisApp::initLayerTreeView()
3048
3048
3049
3049
QToolBar* toolbar = new QToolBar ();
3050
3050
toolbar->setIconSize ( QSize ( 16 , 16 ) );
3051
+ toolbar->addAction ( mActionStyleDock );
3051
3052
toolbar->addAction ( actionAddGroup );
3052
3053
toolbar->addWidget ( btnVisibilityPresets );
3053
3054
toolbar->addAction ( mActionFilterLegend );
3054
3055
toolbar->addWidget ( mLegendExpressionFilterButton );
3055
3056
toolbar->addAction ( actionExpandAll );
3056
3057
toolbar->addAction ( actionCollapseAll );
3057
3058
toolbar->addAction ( mActionRemoveLayer );
3058
- toolbar->addWidget ( spacer );
3059
- toolbar->addAction ( mActionStyleDock );
3060
3059
3061
3060
QVBoxLayout* vboxLayout = new QVBoxLayout;
3062
3061
vboxLayout->setMargin ( 0 );
You can’t perform that action at this time.
0 commit comments