We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents 7cce9b3 + d2998ef commit cdc3cd1Copy full SHA for cdc3cd1
src/app/qgsstatusbarcoordinateswidget.cpp
@@ -313,7 +313,7 @@ void QgsStatusBarCoordinatesWidget::ensureCoordinatesVisible()
313
{
314
315
//ensure the label is big (and small) enough
316
- int width = std::max( mLineEdit->fontMetrics().width( mLineEdit->text() ) + 10, mMinimumWidth );
+ int width = std::max( mLineEdit->fontMetrics().width( mLineEdit->text() ) + 16, mMinimumWidth );
317
if ( mLineEdit->minimumWidth() < width || ( mLineEdit->minimumWidth() - width ) > mTwoCharSize )
318
319
mLineEdit->setMinimumWidth( width );
0 commit comments