add performance options to settings
This commit is contained in:
@@ -22,5 +22,11 @@
|
||||
<CheckBox fx:id="emdnUpdateOnly" GridPane.columnIndex="1" GridPane.rowIndex="3" />
|
||||
<Label text="%settings.emdn.auto" GridPane.rowIndex="4" />
|
||||
<NumberField fx:id="emdnUpdateTime" maxWidth="100" GridPane.columnIndex="1" GridPane.rowIndex="4" />
|
||||
<Label text="%settings.performance" styleClass="settings-group" GridPane.halignment="CENTER" GridPane.columnSpan="2" GridPane.rowIndex="5"/>
|
||||
<Label text="%settings.performance.segmentSize" GridPane.rowIndex="6" />
|
||||
<NumberField fx:id="segmentSize" maxWidth="100" GridPane.columnIndex="1" GridPane.rowIndex="6" />
|
||||
<Label text="%settings.performance.limit" GridPane.rowIndex="7" />
|
||||
<NumberField fx:id="pathsCount" maxWidth="100" GridPane.columnIndex="1" GridPane.rowIndex="7" />
|
||||
|
||||
</GridPane>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user