[Bf-blender-cvs] [88ff68f0114] modifier-panels-ui: UI: set the prop seperation divide to 40/60

William Reynish noreply at git.blender.org
Wed Apr 8 15:31:49 CEST 2020


Commit: 88ff68f0114e2107657cbd2643db1d0f74fc98e8
Author: William Reynish
Date:   Wed Apr 8 15:30:58 2020 +0200
Branches: modifier-panels-ui
https://developer.blender.org/rB88ff68f0114e2107657cbd2643db1d0f74fc98e8

UI: set the prop seperation divide to 40/60

===================================================================

M	source/blender/editors/interface/interface_layout.c

===================================================================

diff --git a/source/blender/editors/interface/interface_layout.c b/source/blender/editors/interface/interface_layout.c
index c7831fd4e4e..edbae4aa948 100644
--- a/source/blender/editors/interface/interface_layout.c
+++ b/source/blender/editors/interface/interface_layout.c
@@ -75,7 +75,7 @@
   } \
   (void)0
 
-#define UI_ITEM_PROP_SEP_DIVIDE 0.5f
+#define UI_ITEM_PROP_SEP_DIVIDE 0.4f
 
 /* uiLayoutRoot */



More information about the Bf-blender-cvs mailing list