Commit: 4c625df75988b15a87614a567f49e2fd9ff3a3b0
Author: Dalai Felinto
Date:   Fri Aug 14 10:44:22 2020 +0200
Branches: blender-v2.90-release
https://developer.blender.org/rB4c625df75988b15a87614a567f49e2fd9ff3a3b0

Fix: Increase Viewport Sculpt Options panel width

The "Delay Viewport Update" label was showing only:
"Delay Viewport U..."

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

M       release/scripts/startup/bl_ui/space_view3d_toolbar.py

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

diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py 
b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 6e31808d27d..b5ca0bdb3ab 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -828,6 +828,7 @@ class VIEW3D_PT_sculpt_options(Panel, View3DPaintPanel):
     bl_context = ".sculpt_mode"  # dot on purpose (access from topbar)
     bl_label = "Options"
     bl_options = {'DEFAULT_CLOSED'}
+    bl_ui_units_x = 12
 
     @classmethod
     def poll(cls, context):

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to