mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Remove minimum size from QgsCodeEditor (seems unnecessary)
This commit is contained in:
parent
8f4ca47b70
commit
ae3d6e7697
@ -31,7 +31,6 @@ QgsCodeEditor::QgsCodeEditor( QWidget *parent, const QString& title, bool foldin
|
||||
if ( !parent && mWidgetTitle.isEmpty() )
|
||||
{
|
||||
setWindowTitle( "Text Editor" );
|
||||
setMinimumSize( 800, 300 );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user