Skip to content

Commit b220d66

Browse files
committed
Use flat style for scale lock button
1 parent 8943ed7 commit b220d66

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)