Skip to content

Commit ecadab1

Browse files
committed
changed row index of delay spinner in leaf config dialog
1 parent d726947 commit ecadab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/alarm/ui/src/main/resources/org/phoebus/applications/alarm/ui/config/LeafConfigDialog.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<!-- Row 3 – Alarm Delay -->
5656
<Label fx:id="delayLabel" text="%alarmDelay" GridPane.columnIndex="0" GridPane.rowIndex="3" />
5757

58-
<Spinner fx:id="delay" editable="true" prefWidth="80" GridPane.columnIndex="1" GridPane.rowIndex="4" />
58+
<Spinner fx:id="delay" editable="true" prefWidth="80" GridPane.columnIndex="1" GridPane.rowIndex="3" />
5959

6060
<!-- Row 4 – Alarm Count -->
6161
<Label fx:id="countLabel" text="%alarmCount" GridPane.columnIndex="0" GridPane.rowIndex="4" />

0 commit comments

Comments
 (0)