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
path: root/source
diff options
context:
space:
mode:
authorEitan <EitanSomething>2019-07-05 10:43:13 +0300
committerJacques Lucke <mail@jlucke.com>2019-07-05 10:46:18 +0300
commitbaf3887207beb1c5e1393387d9e592032259ae77 (patch)
treee32f87a401b0abcc2a7fd3a0b334bdff5bc06f5b /source
parentc27d70853d09f0c1ddfa4e6288ba91cc9ff13e89 (diff)
UI: Smaller minimum size of scrollbar
Differential Revision: https://developer.blender.org/D5086
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/include/UI_view2d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/UI_view2d.h b/source/blender/editors/include/UI_view2d.h
index 137c431e3bf..0dbf3c710d6 100644
--- a/source/blender/editors/include/UI_view2d.h
+++ b/source/blender/editors/include/UI_view2d.h
@@ -71,7 +71,7 @@ enum eView2D_CommonViewTypes {
#define V2D_SCROLL_HANDLE_SIZE_HOTSPOT (0.6f * U.widget_unit)
/** Don't allow scroll thumb to show below this size (so it's never too small to click on). */
-#define V2D_SCROLL_THUMB_SIZE_MIN (50.0 * UI_DPI_FAC)
+#define V2D_SCROLL_THUMB_SIZE_MIN (30.0 * UI_DPI_FAC)
/* ------ Define for UI_view2d_sync ----- */