@@ -1773,7 +1773,7 @@ void QgisApp::createStatusBar()
1773
1773
mCoordsLabel ->setObjectName ( " mCoordsLabel" );
1774
1774
mCoordsLabel ->setFont ( myFont );
1775
1775
mCoordsLabel ->setMinimumWidth ( 10 );
1776
- mCoordsLabel ->setMaximumHeight ( 20 );
1776
+ // mCoordsLabel->setMaximumHeight( 20 );
1777
1777
mCoordsLabel ->setMargin ( 3 );
1778
1778
mCoordsLabel ->setAlignment ( Qt::AlignCenter );
1779
1779
mCoordsLabel ->setFrameStyle ( QFrame::NoFrame );
@@ -1787,7 +1787,7 @@ void QgisApp::createStatusBar()
1787
1787
mCoordsEdit ->setFont ( myFont );
1788
1788
mCoordsEdit ->setMinimumWidth ( 10 );
1789
1789
mCoordsEdit ->setMaximumWidth ( 300 );
1790
- mCoordsEdit ->setMaximumHeight ( 20 );
1790
+ // mCoordsEdit->setMaximumHeight( 20 );
1791
1791
mCoordsEdit ->setContentsMargins ( 0 , 0 , 0 , 0 );
1792
1792
mCoordsEdit ->setAlignment ( Qt::AlignCenter );
1793
1793
QRegExp coordValidator ( " [+-]?\\ d+\\ .?\\ d*\\ s*,\\ s*[+-]?\\ d+\\ .?\\ d*" );
@@ -1807,7 +1807,7 @@ void QgisApp::createStatusBar()
1807
1807
mScaleLabel ->setObjectName ( " mScaleLable" );
1808
1808
mScaleLabel ->setFont ( myFont );
1809
1809
mScaleLabel ->setMinimumWidth ( 10 );
1810
- mScaleLabel ->setMaximumHeight ( 20 );
1810
+ // mScaleLabel->setMaximumHeight( 20 );
1811
1811
mScaleLabel ->setMargin ( 3 );
1812
1812
mScaleLabel ->setAlignment ( Qt::AlignCenter );
1813
1813
mScaleLabel ->setFrameStyle ( QFrame::NoFrame );
@@ -1823,7 +1823,7 @@ void QgisApp::createStatusBar()
1823
1823
mScaleEdit ->lineEdit ()->setFont ( myFont );
1824
1824
mScaleEdit ->setMinimumWidth ( 10 );
1825
1825
mScaleEdit ->setMaximumWidth ( 100 );
1826
- mScaleEdit ->setMaximumHeight ( 20 );
1826
+ // mScaleEdit->setMaximumHeight( 20 );
1827
1827
mScaleEdit ->setContentsMargins ( 0 , 0 , 0 , 0 );
1828
1828
mScaleEdit ->setWhatsThis ( tr ( " Displays the current map scale" ) );
1829
1829
mScaleEdit ->setToolTip ( tr ( " Current map scale (formatted as x:y)" ) );
@@ -1838,7 +1838,7 @@ void QgisApp::createStatusBar()
1838
1838
mRotationLabel ->setObjectName ( " mRotationLabel" );
1839
1839
mRotationLabel ->setFont ( myFont );
1840
1840
mRotationLabel ->setMinimumWidth ( 10 );
1841
- mRotationLabel ->setMaximumHeight ( 20 );
1841
+ // mRotationLabel->setMaximumHeight( 20 );
1842
1842
mRotationLabel ->setMargin ( 3 );
1843
1843
mRotationLabel ->setAlignment ( Qt::AlignCenter );
1844
1844
mRotationLabel ->setFrameStyle ( QFrame::NoFrame );
0 commit comments