Skip to content

Commit c460b21

Browse files
committed
Add tooltip to map unit scale edit button
1 parent 5e240b8 commit c460b21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/qgsunitselectionwidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ QgsUnitSelectionWidget::QgsUnitSelectionWidget( QWidget *parent )
7575

7676
setupUi( this );
7777
mMapScaleButton->setVisible( false );
78+
mMapScaleButton->setToolTip( tr( "Adjust scaling range" ) );
7879

7980
connect( mUnitCombo, SIGNAL( currentIndexChanged( int ) ), this, SLOT( toggleUnitRangeButton() ) );
8081
connect( mMapScaleButton, SIGNAL( clicked() ), this, SLOT( showDialog() ) );

0 commit comments

Comments
 (0)