[Bf-blender-cvs] [6e862487a48] greasepencil-refactor: GPencil: Make wider the advanced brush topbar menu

Antonio Vazquez noreply at git.blender.org
Sat Feb 1 11:35:22 CET 2020


Commit: 6e862487a4817449a9749a0ffff64d6738a87f2c
Author: Antonio Vazquez
Date:   Sat Feb 1 11:35:14 2020 +0100
Branches: greasepencil-refactor
https://developer.blender.org/rB6e862487a4817449a9749a0ffff64d6738a87f2c

GPencil: Make wider the advanced brush topbar menu

With the default width, the texts are not fully visible.

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

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 39be41471d6..1434de483cd 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1471,6 +1471,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_advanced(View3DPanel, Panel):
     bl_label = "Advanced"
     bl_parent_id = 'VIEW3D_PT_tools_grease_pencil_brush_settings'
     bl_category = "Tool"
+    bl_ui_units_x = 12
     bl_options = {'DEFAULT_CLOSED'}
 
     @classmethod



More information about the Bf-blender-cvs mailing list