This commit is contained in:
2024-05-15 13:08:18 +02:00
parent 2258c5a8be
commit 0b932966c5
3 changed files with 15 additions and 7 deletions

View File

@ -46,8 +46,7 @@
</HBox>
<VBox layoutX="14.0" layoutY="727.0">
<children>
<Label fx:id="totalExecutionTimeLabel" text="Total Execution Time: " />
<Label fx:id="totalExecutionTimeLabel" text="Total Execution Time: 0µs" />
<CheckBox fx:id="wdtCheck" mnemonicParsing="false" onAction="#toggleWatchdog" text="Watchdog-Timer">
<VBox.margin>
<Insets top="10.0" />