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
......@@ -54,8 +54,12 @@ public class CHoverScrollPane extends CScrollPane implements KeyListener {
private ScrollPolicy hpolicy;
private int thumbWidth;
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_MAX_ZOOM = 3.0;
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.
Finish editing this message first!
Please register or to comment