We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4ca47 commit ae3d6e7Copy full SHA for ae3d6e7
src/gui/qgscodeeditor.cpp
@@ -31,7 +31,6 @@ QgsCodeEditor::QgsCodeEditor( QWidget *parent, const QString& title, bool foldin
31
if ( !parent && mWidgetTitle.isEmpty() )
32
{
33
setWindowTitle( "Text Editor" );
34
- setMinimumSize( 800, 300 );
35
}
36
else
37
0 commit comments