diff options
Diffstat (limited to 'grc/src/gui/Constants.py')
-rw-r--r-- | grc/src/gui/Constants.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/grc/src/gui/Constants.py b/grc/src/gui/Constants.py index 853572217..ccee7aa60 100644 --- a/grc/src/gui/Constants.py +++ b/grc/src/gui/Constants.py @@ -39,8 +39,9 @@ MIN_WINDOW_HEIGHT = 400 ##dialog constraints MIN_DIALOG_WIDTH = 500 MIN_DIALOG_HEIGHT = 500 -##static width of block selection window -BLOCK_SELECTION_WINDOW_WIDTH = 200 +##default sizes +DEFAULT_BLOCKS_WINDOW_WIDTH = 100 +DEFAULT_REPORTS_WINDOW_WIDTH = 100 ##How close can the mouse get to the window border before mouse events are ignored. BORDER_PROXIMITY_SENSITIVITY = 50 |