Skip to content

Commit

Permalink
Updated Dialog Header
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjoy committed Jul 21, 2023
1 parent 91760f6 commit 3def4f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void init(final long refreshDelay) {
final var dialogPane = getDialogPane();

initStyle(StageStyle.UNDECORATED);
dialogPane.setHeaderText("View Refresh Delay");
dialogPane.setHeaderText("Refresh Delay in Seconds");
dialogPane.getStylesheets().add(getClass().getClassLoader().getResource(STANDARD_CSS).toExternalForm());
dialogPane.setGraphic(
new ImageView(getClass().getClassLoader().getResource("/graphic/images/delay.png").toString()));
Expand Down

0 comments on commit 3def4f2

Please sign in to comment.