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:
authorJoshua Leung <aligorith@gmail.com>2008-12-08 01:19:41 +0300
committerJoshua Leung <aligorith@gmail.com>2008-12-08 01:19:41 +0300
commit63b8fca5b3decef4b1f5e0b74587daddd26b73fb (patch)
tree8f90f1e388fd6ed93f53a54518acd7d1459ad68a /source/blender/makesdna/DNA_view2d_types.h
parentf4d823fa029133d5837e1b25f02c1326f3723a93 (diff)
View2D: Minor tweaks to scrollbar drawing
Handles on ends of bubble are now drawn as rects. When that axis is zoomable, the handles are darker than when they are not.
Diffstat (limited to 'source/blender/makesdna/DNA_view2d_types.h')
-rw-r--r--source/blender/makesdna/DNA_view2d_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_view2d_types.h b/source/blender/makesdna/DNA_view2d_types.h
index 4d027f2efea..8ae70605d47 100644
--- a/source/blender/makesdna/DNA_view2d_types.h
+++ b/source/blender/makesdna/DNA_view2d_types.h
@@ -83,7 +83,7 @@ typedef struct View2D {
#define V2D_SCROLL_WIDTH 16
/* half the size (in pixels) of scroller 'handles' */
-#define V2D_SCROLLER_HANDLE_SIZE 8
+#define V2D_SCROLLER_HANDLE_SIZE 5
/* scroller flags for View2D (v2d->scroll) */