summaryrefslogtreecommitdiff
path: root/grc/gui/Constants.py
diff options
context:
space:
mode:
authorSebastian Koslowski <koslowski@kit.edu>2016-05-27 15:19:11 +0200
committerSebastian Koslowski <koslowski@kit.edu>2016-05-30 15:46:37 +0200
commitd290917e982ba4473a03e5a7e1acaa1e50c59f3d (patch)
tree2cc68a254358155085a4522d2a59f08a5518c180 /grc/gui/Constants.py
parent498715deea12451bd271d20b51c02f01530acd14 (diff)
grc: gtk3: update props dialog
Diffstat (limited to 'grc/gui/Constants.py')
-rw-r--r--grc/gui/Constants.py2
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