Skip to content

Commit 6fa8782

Browse files
committed
[fix #16193] allow minimization of left panel in option dialogs
1 parent 741e11d commit 6fa8782

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/qgsoptionsdialogbase.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ void QgsOptionsDialogBase::restoreOptionsBaseUi( const QString& title )
216216

217217
void QgsOptionsDialogBase::searchText( QString text )
218218
{
219+
mSearchLineEdit->setMinimumWidth( text.isEmpty() ? 0 : 70 );
220+
219221
if ( !mOptStackedWidget )
220222
return;
221223

0 commit comments

Comments
 (0)