mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Changes tooltip of Open Layer Styling button
This commit is contained in:
parent
6bf5274b11
commit
e7da103096
@ -3762,7 +3762,7 @@ void QgisApp::initLayerTreeView()
|
||||
|
||||
mActionStyleDock = new QAction( tr( "Layer Styling" ), this );
|
||||
mActionStyleDock->setCheckable( true );
|
||||
mActionStyleDock->setToolTip( tr( "Open the layer styling dock" ) );
|
||||
mActionStyleDock->setToolTip( tr( "Open the Layer Styling panel" ) );
|
||||
mActionStyleDock->setShortcut( QStringLiteral( "F7" ) );
|
||||
mActionStyleDock->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "propertyicons/symbology.svg" ) ) );
|
||||
connect( mActionStyleDock, &QAction::toggled, this, &QgisApp::mapStyleDock );
|
||||
|
Loading…
x
Reference in New Issue
Block a user