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:
authorDalai Felinto <dalai@blender.org>2020-08-14 11:44:22 +0300
committerDalai Felinto <dalai@blender.org>2020-08-14 12:36:40 +0300
commit4c625df75988b15a87614a567f49e2fd9ff3a3b0 (patch)
treebde3c77be092dcf5cfd1b7b23515b4790bcef82a /release
parenta5cf71fa5de503a07e155ba74126b1322d7a10ed (diff)
Fix: Increase Viewport Sculpt Options panel width
The "Delay Viewport Update" label was showing only: "Delay Viewport U..."
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py1
1 files changed, 1 insertions, 0 deletions
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):