From 69da909690bb8bc2072cffb622ddf7bf2e971cce Mon Sep 17 00:00:00 2001 From: Sebastian Koslowski <koslowski@kit.edu> Date: Tue, 31 May 2016 17:35:10 +0200 Subject: grc: gtk3: remove canvas size and enable zooming --- grc/gui/Constants.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'grc/gui/Constants.py') diff --git a/grc/gui/Constants.py b/grc/gui/Constants.py index 4ab644e8a1..55739a7c03 100644 --- a/grc/gui/Constants.py +++ b/grc/gui/Constants.py @@ -86,11 +86,8 @@ CONNECTOR_ARROW_HEIGHT = 17 # possible rotations in degrees POSSIBLE_ROTATIONS = (0, 90, 180, 270) -# How close can the mouse get to the window border before mouse events are ignored. -BORDER_PROXIMITY_SENSITIVITY = 50 - # How close the mouse can get to the edge of the visible window before scrolling is invoked. -SCROLL_PROXIMITY_SENSITIVITY = 30 +SCROLL_PROXIMITY_SENSITIVITY = 50 # When the window has to be scrolled, move it this distance in the required direction. SCROLL_DISTANCE = 15 -- cgit v1.2.3