Fix: Increase Viewport Sculpt Options panel width
The "Delay Viewport Update" label was showing only: "Delay Viewport U..."
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user