Skip to content

Commit

Permalink
[fix #16193] allow minimization of left panel in option dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 20, 2017
1 parent 741e11d commit 6fa8782
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsoptionsdialogbase.cpp
Expand Up @@ -216,6 +216,8 @@ void QgsOptionsDialogBase::restoreOptionsBaseUi( const QString& title )

void QgsOptionsDialogBase::searchText( QString text )
{
mSearchLineEdit->setMinimumWidth( text.isEmpty() ? 0 : 70 );

if ( !mOptStackedWidget )
return;

Expand Down

0 comments on commit 6fa8782

Please sign in to comment.