Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move help button to last slot
  • Loading branch information
nyalldawson committed Dec 15, 2020
1 parent bb643c6 commit 6cef22b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/app/qgsidentifyresultsdialog.cpp
Expand Up @@ -431,6 +431,8 @@ QgsIdentifyResultsDialog::QgsIdentifyResultsDialog( QgsMapCanvas *canvas, QWidge
settingsButton->setPopupMode( QToolButton::InstantPopup );
settingsButton->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionOptions.svg" ) ) );
mIdentifyToolbar->addWidget( settingsButton );
mIdentifyToolbar->addSeparator();
mIdentifyToolbar->addAction( mHelpToolAction );

settingsMenu->addAction( mActionAutoFeatureForm );
mActionAutoFeatureForm->setChecked( mySettings.value( QStringLiteral( "Map/identifyAutoFeatureForm" ), false ).toBool() );
Expand Down
2 changes: 0 additions & 2 deletions src/ui/qgsidentifyresultsbase.ui
Expand Up @@ -73,8 +73,6 @@
<addaction name="mActionCopy"/>
<addaction name="mActionPrint"/>
<addaction name="separator"/>
<addaction name="mHelpToolAction"/>
<addaction name="separator"/>
</widget>
</item>
<item>
Expand Down

0 comments on commit 6cef22b

Please sign in to comment.