Skip to content

Commit

Permalink
Use flat style for scale lock button
Browse files Browse the repository at this point in the history
(cherry-picked from b220d66)
  • Loading branch information
nyalldawson committed Jul 19, 2016
1 parent 698f7f9 commit 368a88f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsstatusbarscalewidget.cpp
Expand Up @@ -54,6 +54,7 @@ QgsStatusBarScaleWidget::QgsStatusBarScaleWidget( QgsMapCanvas *canvas, QWidget
mLockButton->setToolTip( tr( "Lock the scale to use magnifier to zoom in or out." ) );
mLockButton->setCheckable( true );
mLockButton->setChecked( false );
mLockButton->setAutoRaise( true );

// layout
mLayout = new QHBoxLayout( this );
Expand Down

0 comments on commit 368a88f

Please sign in to comment.