mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 09:05:18 +00:00
Tweak the Copilot generated UI code so it looks better
This commit is contained in:
@@ -101,8 +101,8 @@ class BIM_PT_camera(Panel):
|
|||||||
row.prop(props, "camera_type")
|
row.prop(props, "camera_type")
|
||||||
if props.camera_type == "PERSP":
|
if props.camera_type == "PERSP":
|
||||||
row = self.layout.row(align=True)
|
row = self.layout.row(align=True)
|
||||||
row.prop(camera_data, "shift_x")
|
row.prop(camera_data, "shift_x", text="Camera Shift X/Y:")
|
||||||
row.prop(camera_data, "shift_y")
|
row.prop(camera_data, "shift_y", text="")
|
||||||
|
|
||||||
row = self.layout.row()
|
row = self.layout.row()
|
||||||
row.prop(props, "linework_mode")
|
row.prop(props, "linework_mode")
|
||||||
|
|||||||
Reference in New Issue
Block a user