UI: Single-column for 3D Cursor panel in 3D View

This commit is contained in:
Pablo Vazquez
2018-07-06 18:29:57 +02:00
parent 4674cffe29
commit d360eced65

View File

@@ -3700,8 +3700,10 @@ class VIEW3D_PT_view3d_cursor(Panel):
def draw(self, context):
layout = self.layout
layout.use_property_split = True
view = context.space_data
layout.column().prop(view, "cursor_location", text="Location")