Fix: Increase Viewport Sculpt Options panel width

The "Delay Viewport Update" label was showing only:
"Delay Viewport U..."
This commit is contained in:
2020-08-14 10:44:22 +02:00
parent a5cf71fa5d
commit 4c625df759

View File

@@ -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):