Work schedule UI - add missing button for disabling attributes editing

This commit is contained in:
Andrej730
2025-07-24 17:07:44 +05:00
parent 03e09a97c6
commit 6bfa2aaf10
+2 -1
View File
@@ -191,7 +191,8 @@ class BIM_PT_work_schedules(Panel):
icon="LINENUMBERS_ON",
)
if self.props.editing_type == "WORK_SCHEDULE":
row.operator("bim.edit_work_schedule", text="Apply", icon="CHECKMARK")
row.operator("bim.edit_work_schedule", text="", icon="CHECKMARK")
row.operator("bim.disable_editing_work_schedule", text="", icon="CANCEL")
elif self.props.editing_type == "TASKS":
grid = self.layout.grid_flow(columns=2, even_columns=True)
col = grid.column()