diff options
Diffstat (limited to 'grc/gui/Constants.py')
-rw-r--r-- | grc/gui/Constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/Constants.py b/grc/gui/Constants.py index 4508efcb47..4ab644e8a1 100644 --- a/grc/gui/Constants.py +++ b/grc/gui/Constants.py @@ -38,7 +38,7 @@ NEW_FLOGRAPH_TITLE = 'untitled' MIN_WINDOW_WIDTH = 600 MIN_WINDOW_HEIGHT = 400 # dialog constraints -MIN_DIALOG_WIDTH = 500 +MIN_DIALOG_WIDTH = 600 MIN_DIALOG_HEIGHT = 500 # default sizes DEFAULT_BLOCKS_WINDOW_WIDTH = 100 |