Skip to content

Commit

Permalink
Move style dock button on toolbarst
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jul 8, 2016
1 parent f31334f commit 6c0afcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/qgisapp.cpp
Expand Up @@ -3048,15 +3048,14 @@ void QgisApp::initLayerTreeView()

QToolBar* toolbar = new QToolBar();
toolbar->setIconSize( QSize( 16, 16 ) );
toolbar->addAction( mActionStyleDock );
toolbar->addAction( actionAddGroup );
toolbar->addWidget( btnVisibilityPresets );
toolbar->addAction( mActionFilterLegend );
toolbar->addWidget( mLegendExpressionFilterButton );
toolbar->addAction( actionExpandAll );
toolbar->addAction( actionCollapseAll );
toolbar->addAction( mActionRemoveLayer );
toolbar->addWidget( spacer );
toolbar->addAction( mActionStyleDock );

QVBoxLayout* vboxLayout = new QVBoxLayout;
vboxLayout->setMargin( 0 );
Expand Down

0 comments on commit 6c0afcd

Please sign in to comment.