Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2009-07-03 17:21:09 +0400
committerTon Roosendaal <ton@blender.org>2009-07-03 17:21:09 +0400
commitea287fc4ec7f52a690730eb890c1c548d1d60773 (patch)
treeb2ec12b51487a8f493f1c5de66bf8f6f78f30224 /source/blender/editors/include/UI_view2d.h
parent3c6f957097cec1bc8f7e64af304cc8dec12b2158 (diff)
2.5
More scroller work: - Added subtle arrow widgets to denote a scroller can zoom the view. - Made zoom symmetric (old convention to only zoom "one side" just worked badly)
Diffstat (limited to 'source/blender/editors/include/UI_view2d.h')
-rw-r--r--source/blender/editors/include/UI_view2d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/include/UI_view2d.h b/source/blender/editors/include/UI_view2d.h
index b5e675af64e..537c1b42b97 100644
--- a/source/blender/editors/include/UI_view2d.h
+++ b/source/blender/editors/include/UI_view2d.h
@@ -101,8 +101,8 @@ enum {
#define V2D_SCROLL_HEIGHT 17
#define V2D_SCROLL_WIDTH 17
-/* half the size (in pixels) of scroller 'handles' */
-#define V2D_SCROLLER_HANDLE_SIZE 5
+/* scroller 'handles' hotspot radius for mouse */
+#define V2D_SCROLLER_HANDLE_SIZE 12
/* ------ Define for UI_view2d_sync ----- */