Commit: 014a5751295dc02cca191c6a1cffc2c5ce3385ed
Author: William Reynish
Date:   Thu Apr 9 00:12:42 2020 +0200
Branches: temp-checkbox-layout-tweaks
https://developer.blender.org/rB014a5751295dc02cca191c6a1cffc2c5ce3385ed

Image empty checkbox layout updates

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_data_empty.py 
b/release/scripts/startup/bl_ui/properties_data_empty.py
index 88fdaae0433..51b566321b3 100644
--- a/release/scripts/startup/bl_ui/properties_data_empty.py
+++ b/release/scripts/startup/bl_ui/properties_data_empty.py
@@ -51,9 +51,11 @@ class DATA_PT_empty(DataButtonsPanel, Panel):
             col = layout.column()
             col.row().prop(ob, "empty_image_depth", text="Depth", expand=True)
             col.row().prop(ob, "empty_image_side", text="Side", expand=True)
-            col.prop(ob, "show_empty_image_orthographic", text="Display 
Orthographic")
-            col.prop(ob, "show_empty_image_perspective", text="Display 
Perspective")
-            col.prop(ob, "show_empty_image_only_axis_aligned")
+
+            col = layout.column(heading = "Show in", align = True)
+            col.prop(ob, "show_empty_image_orthographic", text="Orthographic")
+            col.prop(ob, "show_empty_image_perspective", text="Perspective")
+            col.prop(ob, "show_empty_image_only_axis_aligned", text="Only Axis 
Aligned")
 
 
 class DATA_PT_empty_alpha(DataButtonsPanel, Panel):

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to