Skip to content

Commit

Permalink
Hide sample buttons in expression builder on load
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jun 15, 2012
1 parent 9772d84 commit df435be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsexpressionbuilderwidget.cpp
Expand Up @@ -30,6 +30,8 @@ QgsExpressionBuilderWidget::QgsExpressionBuilderWidget( QWidget *parent )
setupUi( this );

mValueGroupBox->hide();
btnLoadAll->hide();
btnLoadSample->hide();
highlighter = new QgsExpressionHighlighter( txtExpressionString->document() );

mModel = new QStandardItemModel( );
Expand Down

0 comments on commit df435be

Please sign in to comment.