Skip to content

Commit

Permalink
manually merge 71d93a4 of PR#2016
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 19, 2015
1 parent 81f4e44 commit 824a395
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/qgisapp.cpp
Expand Up @@ -1827,8 +1827,6 @@ void QgisApp::createStatusBar()
// so we need to set font for it separately // so we need to set font for it separately
mScaleEdit->lineEdit()->setFont( myFont ); mScaleEdit->lineEdit()->setFont( myFont );
mScaleEdit->setMinimumWidth( 10 ); mScaleEdit->setMinimumWidth( 10 );
mScaleEdit->setMaximumWidth( 100 );
//mScaleEdit->setMaximumHeight( 20 );
mScaleEdit->setContentsMargins( 0, 0, 0, 0 ); mScaleEdit->setContentsMargins( 0, 0, 0, 0 );
mScaleEdit->setWhatsThis( tr( "Displays the current map scale" ) ); mScaleEdit->setWhatsThis( tr( "Displays the current map scale" ) );
mScaleEdit->setToolTip( tr( "Current map scale (formatted as x:y)" ) ); mScaleEdit->setToolTip( tr( "Current map scale (formatted as x:y)" ) );
Expand Down

0 comments on commit 824a395

Please sign in to comment.