Skip to content

Commit

Permalink
Remove minimum size from QgsCodeEditor (seems unnecessary)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 21, 2016
1 parent 8f4ca47 commit ae3d6e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/qgscodeeditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ QgsCodeEditor::QgsCodeEditor( QWidget *parent, const QString& title, bool foldin
if ( !parent && mWidgetTitle.isEmpty() )
{
setWindowTitle( "Text Editor" );
setMinimumSize( 800, 300 );
}
else
{
Expand Down

0 comments on commit ae3d6e7

Please sign in to comment.