change service block size
This commit is contained in:
@@ -16,11 +16,11 @@
|
|||||||
styleClass="dialog" vgap="4" hgap="8">
|
styleClass="dialog" vgap="4" hgap="8">
|
||||||
<columnConstraints>
|
<columnConstraints>
|
||||||
<ColumnConstraints minWidth="180" maxWidth="180"/>
|
<ColumnConstraints minWidth="180" maxWidth="180"/>
|
||||||
<ColumnConstraints minWidth="220" maxWidth="220"/>
|
<ColumnConstraints minWidth="250" maxWidth="250"/>
|
||||||
</columnConstraints>
|
</columnConstraints>
|
||||||
<Label text="%filter.title" styleClass="settings-group" GridPane.halignment="CENTER" GridPane.columnSpan="2"/>
|
<Label text="%filter.title" styleClass="settings-group" GridPane.halignment="CENTER" GridPane.columnSpan="2"/>
|
||||||
<Label text="%filter.center" GridPane.rowIndex="1"/>
|
<Label text="%filter.center" GridPane.rowIndex="1"/>
|
||||||
<ComboBox fx:id="center" GridPane.columnIndex="1" GridPane.rowIndex="1" minWidth="220"/>
|
<ComboBox fx:id="center" GridPane.columnIndex="1" GridPane.rowIndex="1" minWidth="250"/>
|
||||||
<Label text="%filter.radius" GridPane.rowIndex="2" />
|
<Label text="%filter.radius" GridPane.rowIndex="2" />
|
||||||
<NumberField fx:id="radius" GridPane.columnIndex="1" GridPane.rowIndex="2" />
|
<NumberField fx:id="radius" GridPane.columnIndex="1" GridPane.rowIndex="2" />
|
||||||
<Label text="%filter.distance" GridPane.rowIndex="3" />
|
<Label text="%filter.distance" GridPane.rowIndex="3" />
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
</VBox>
|
</VBox>
|
||||||
<VBox HBox.hgrow="ALWAYS" alignment="CENTER">
|
<VBox HBox.hgrow="ALWAYS" alignment="CENTER">
|
||||||
<Label text="%vEditor.text.services"/>
|
<Label text="%vEditor.text.services"/>
|
||||||
<TilePane hgap="5" vgap="5" maxWidth="320" tileAlignment="BASELINE_LEFT">
|
<TilePane hgap="5" vgap="5" maxWidth="350" tileAlignment="BASELINE_LEFT">
|
||||||
<CheckBox fx:id="cbMarket" text="%services.MARKET"/>
|
<CheckBox fx:id="cbMarket" text="%services.MARKET"/>
|
||||||
<CheckBox fx:id="cbBlackMarket" text="%services.BLACK_MARKET"/>
|
<CheckBox fx:id="cbBlackMarket" text="%services.BLACK_MARKET"/>
|
||||||
<CheckBox fx:id="cbRepair" text="%services.REPAIR"/>
|
<CheckBox fx:id="cbRepair" text="%services.REPAIR"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user