adjust event description when locked

This commit is contained in:
Armin Schrenk
2025-02-28 10:36:03 +01:00
parent 40df3d015a
commit 6d9704ffa2
3 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
</VBox>
<VBox spacing="4" HBox.hgrow="ALWAYS">
<Label styleClass="header-label" text="${controller.message}"/>
<Label styleClass="detail-label" text="${controller.description}" textOverrun="CENTER_ELLIPSIS" />
<Label text="${controller.description}"/>
</VBox>
<Button fx:id="eventActionsButton" contentDisplay="GRAPHIC_ONLY" onAction="#toggleEventActionsMenu" managed="${controller.actionsButtonVisible}" visible="${controller.actionsButtonVisible}">
<graphic>