We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b834156 commit 1f9512eCopy full SHA for 1f9512e
src/gui/locator/qgslocatorwidget.cpp
@@ -41,7 +41,7 @@ QgsLocatorWidget::QgsLocatorWidget( QWidget *parent )
41
#endif
42
43
int placeholderMinWidth = mLineEdit->fontMetrics().width( mLineEdit->placeholderText() );
44
- int minWidth = qMax( 200, ( int )( placeholderMinWidth * 1.3 ) );
+ int minWidth = qMax( 200, ( int )( placeholderMinWidth * 1.6 ) );
45
resize( minWidth, 30 );
46
QSizePolicy sizePolicy( QSizePolicy::MinimumExpanding, QSizePolicy::Preferred );
47
sizePolicy.setHorizontalStretch( 0 );
0 commit comments