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:
authorPablo Vazquez <venomgfx@gmail.com>2018-07-04 03:23:52 +0300
committerPablo Vazquez <venomgfx@gmail.com>2018-07-04 03:23:52 +0300
commit405c6c077f6e4a8c9760afef693219859d6df3ba (patch)
treebaca742c727b3073e0bb4dc28a06cbb40fcd46bb /release
parent46bdbc6c78be09230b9611df52e011d92268f754 (diff)
UI: Adjust width of Pivot, Shading and Transform Orientations popovers
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 342d31d2df6..7b71d41e678 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -3672,6 +3672,7 @@ class VIEW3D_PT_shading(Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'HEADER'
bl_label = "Shading"
+ bl_ui_units_x = 11
@classmethod
def poll(cls, context):
@@ -4110,6 +4111,7 @@ class VIEW3D_PT_pivot_point(Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'HEADER'
bl_label = "Pivot Point"
+ bl_ui_units_x = 8
def draw(self, context):
toolsettings = context.tool_settings
@@ -4174,6 +4176,7 @@ class VIEW3D_PT_transform_orientations(Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'HEADER'
bl_label = "Transform Orientations"
+ bl_ui_units_x = 8
@classmethod
def poll(cls, context):