Archived
0

add complete hotkey to settings

This commit is contained in:
iMoHax
2015-11-13 12:10:45 +03:00
parent 0d278864b3
commit fc595cc37f
6 changed files with 104 additions and 4 deletions

View File

@@ -43,6 +43,9 @@
<NumberField fx:id="takeoffTime" maxWidth="100" GridPane.columnIndex="1" GridPane.rowIndex="12" />
<Label text="Время перезарядки FSD:" GridPane.rowIndex="13" />
<NumberField fx:id="rechargeTime" maxWidth="100" GridPane.columnIndex="1" GridPane.rowIndex="13" />
<Label text="Горячие клавиши" styleClass="settings-group" GridPane.halignment="CENTER" GridPane.columnSpan="2" GridPane.rowIndex="14"/>
<Label text="Точка маршрута достигнута:" GridPane.rowIndex="15" />
<TextField fx:id="completeKeyText" maxWidth="100" GridPane.columnIndex="1" GridPane.rowIndex="15" />
</GridPane>