mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 00:07:53 +00:00
Minor UI fix for unreadable "derived grid north" in geolocation panel
This commit is contained in:
@@ -117,6 +117,7 @@ class BIM_PT_gis(Panel):
|
|||||||
row = self.layout.row(align=True)
|
row = self.layout.row(align=True)
|
||||||
row.label(text="XAxisOrdinate")
|
row.label(text="XAxisOrdinate")
|
||||||
row.label(text=props.blender_x_axis_ordinate)
|
row.label(text=props.blender_x_axis_ordinate)
|
||||||
|
row = self.layout.row(align=True)
|
||||||
row.label(text="Derived Grid North")
|
row.label(text="Derived Grid North")
|
||||||
row.label(
|
row.label(
|
||||||
text=str(
|
text=str(
|
||||||
|
|||||||
Reference in New Issue
Block a user