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:
authorCampbell Barton <ideasman42@gmail.com>2018-06-10 17:42:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-10 17:42:19 +0300
commit937e4fb49ade28ec4b800b8ee216dbbe874f3ca1 (patch)
treecdf15e62daefd9134ea81e77fd4b8d585f3c30bc /release
parenta978654977603839a8e6dcd290bf69a39ed946aa (diff)
UI: change toolbar icon size from 38 -> 32
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_toolsystem_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_toolsystem_common.py b/release/scripts/startup/bl_ui/space_toolsystem_common.py
index 2b9d4207272..20db56af416 100644
--- a/release/scripts/startup/bl_ui/space_toolsystem_common.py
+++ b/release/scripts/startup/bl_ui/space_toolsystem_common.py
@@ -425,7 +425,7 @@ class ToolSelectPanelHelper:
return ui_gen, show_text
@classmethod
- def draw_cls(cls, layout, context, detect_layout=True, scale_y=2.0):
+ def draw_cls(cls, layout, context, detect_layout=True, scale_y=1.75):
# Use a classmethod so it can be called outside of a panel context.
# XXX, this UI isn't very nice.