Skip to content

Commit 4d704a9

Browse files
author
timlinux
committed
Be a little more generous with the space allocated for coordinate and extent display so it doesnt get truncated.
git-svn-id: http://svn.osgeo.org/qgis/trunk@15443 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6d1abdd commit 4d704a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgisapp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ void QgisApp::createStatusBar()
11901190
mCoordsEdit = new QLineEdit( QString(), statusBar() );
11911191
mCoordsEdit->setFont( myFont );
11921192
mCoordsEdit->setMinimumWidth( 10 );
1193-
mCoordsEdit->setMaximumWidth( 200 );
1193+
mCoordsEdit->setMaximumWidth( 300 );
11941194
mCoordsEdit->setMaximumHeight( 20 );
11951195
mCoordsEdit->setContentsMargins( 0, 0, 0, 0 );
11961196
mCoordsEdit->setAlignment( Qt::AlignCenter );

0 commit comments

Comments
 (0)