We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d726947 + ecadab1 commit 11eb814Copy full SHA for 11eb814
1 file changed
app/alarm/ui/src/main/resources/org/phoebus/applications/alarm/ui/config/LeafConfigDialog.fxml
@@ -55,7 +55,7 @@
55
<!-- Row 3 – Alarm Delay -->
56
<Label fx:id="delayLabel" text="%alarmDelay" GridPane.columnIndex="0" GridPane.rowIndex="3" />
57
58
- <Spinner fx:id="delay" editable="true" prefWidth="80" GridPane.columnIndex="1" GridPane.rowIndex="4" />
+ <Spinner fx:id="delay" editable="true" prefWidth="80" GridPane.columnIndex="1" GridPane.rowIndex="3" />
59
60
<!-- Row 4 – Alarm Count -->
61
<Label fx:id="countLabel" text="%alarmCount" GridPane.columnIndex="0" GridPane.rowIndex="4" />
0 commit comments