diff options
Diffstat (limited to 'grc/gui/Constants.py')
-rw-r--r-- | grc/gui/Constants.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grc/gui/Constants.py b/grc/gui/Constants.py index 01ea23ed3e..a3d08cbe38 100644 --- a/grc/gui/Constants.py +++ b/grc/gui/Constants.py @@ -78,8 +78,8 @@ CONNECTOR_EXTENSION_MINIMAL = 11 CONNECTOR_EXTENSION_INCREMENT = 11 # connection arrow dimensions -CONNECTOR_ARROW_BASE = 13 -CONNECTOR_ARROW_HEIGHT = 17 +CONNECTOR_ARROW_BASE = 10 +CONNECTOR_ARROW_HEIGHT = 13 # possible rotations in degrees POSSIBLE_ROTATIONS = (0, 90, 180, 270) |