The error box is now drawn in red to draw attention to it

This commit is contained in:
Gorgious56
2024-05-13 12:00:01 +02:00
parent ac686db298
commit 3320accc7a
+1
View File
@@ -406,6 +406,7 @@ class BIM_PT_tabs(Panel):
if blenderbim.last_error:
box = self.layout.box()
box.alert=True
row = box.row(align=True)
row.label(text="BlenderBIM experienced an error :(", icon="ERROR")
row.operator("bim.close_error", text="", icon="CANCEL")