Skip to content

Commit

Permalink
Add tooltip to map unit scale edit button
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed May 26, 2014
1 parent 5e240b8 commit c460b21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsunitselectionwidget.cpp
Expand Up @@ -75,6 +75,7 @@ QgsUnitSelectionWidget::QgsUnitSelectionWidget( QWidget *parent )

setupUi( this );
mMapScaleButton->setVisible( false );
mMapScaleButton->setToolTip( tr( "Adjust scaling range" ) );

connect( mUnitCombo, SIGNAL( currentIndexChanged( int ) ), this, SLOT( toggleUnitRangeButton() ) );
connect( mMapScaleButton, SIGNAL( clicked() ), this, SLOT( showDialog() ) );
Expand Down

0 comments on commit c460b21

Please sign in to comment.