Skip to content

Commit 57314a1

Browse files
committedJul 19, 2016
Use flat style for scale lock button
(cherry-picked from b220d66)
1 parent eee721b commit 57314a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsstatusbarscalewidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ QgsStatusBarScaleWidget::QgsStatusBarScaleWidget( QgsMapCanvas *canvas, QWidget
5454
mLockButton->setToolTip( tr( "Lock the scale to use magnifier to zoom in or out." ) );
5555
mLockButton->setCheckable( true );
5656
mLockButton->setChecked( false );
57+
mLockButton->setAutoRaise( true );
5758

5859
// layout
5960
mLayout = new QHBoxLayout( this );

0 commit comments

Comments
 (0)
Please sign in to comment.