[Bf-blender-cvs] [2721700b7ad] blender2.8: GP: Make topbar layer popover wider

Antonioya noreply at git.blender.org
Mon Sep 24 12:57:25 CEST 2018


Commit: 2721700b7ad07ca8de55f2d270dec3e64f4b12a6
Author: Antonioya
Date:   Mon Sep 24 12:57:11 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB2721700b7ad07ca8de55f2d270dec3e64f4b12a6

GP: Make topbar layer popover wider

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

M	release/scripts/startup/bl_ui/space_topbar.py

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

diff --git a/release/scripts/startup/bl_ui/space_topbar.py b/release/scripts/startup/bl_ui/space_topbar.py
index fcda2f0c1a7..3e121ddd8b7 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -284,6 +284,7 @@ class TOPBAR_PT_gpencil_layers(Panel):
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'HEADER'
     bl_label = "Layers"
+    bl_ui_units_x = 14
 
     @classmethod
     def poll(cls, context):



More information about the Bf-blender-cvs mailing list