Skip to content
Snippets Groups Projects
Commit 216bf61f authored by Anian Bühler's avatar Anian Bühler
Browse files

added comment

parent 2343d014
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,11 @@ public class CHoverScrollPane extends CScrollPane implements KeyListener { ...@@ -55,7 +55,11 @@ public class CHoverScrollPane extends CScrollPane implements KeyListener {
private int thumbWidth; private int thumbWidth;
private Workspace workspace = null; private Workspace workspace = null;
/**workspace zoom settings */ /**workspace zoom settings
* match with
* com.ardublock.ui.listener.ZoomInButtonListener and
* com.ardublock.ui.listener.ZoomOutButtonListener
*/
private static final double WORKSPACE_MIN_ZOOM = 0.6; private static final double WORKSPACE_MIN_ZOOM = 0.6;
private static final double WORKSPACE_MAX_ZOOM = 3.0; private static final double WORKSPACE_MAX_ZOOM = 3.0;
private static final double WORKSPACE_ZOOM_STEPSIZE = 0.1; private static final double WORKSPACE_ZOOM_STEPSIZE = 0.1;
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment