|
5 | 5 | <?import javafx.scene.layout.*?>
|
6 | 6 | <HBox xmlns:fx="http://javafx.com/fxml/1" prefHeight="580.0" xmlns="http://javafx.com/javafx/8"
|
7 | 7 | fx:controller="blobsaver.Controller">
|
8 |
| - <VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="530.0" minWidth="450.0" prefHeight="580.0" |
| 8 | + <VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="530.0" prefHeight="580.0" |
9 | 9 | prefWidth="500.0">
|
10 | 10 | <MenuBar>
|
11 |
| - <Menu mnemonicParsing="false" text="Options"> |
| 11 | + <Menu mnemonicParsing="false" text="test"> |
12 | 12 | <MenuItem mnemonicParsing="false" onAction="#checkBlobs"
|
13 | 13 | text="Check for valid blobs..."/>
|
14 | 14 | <MenuItem mnemonicParsing="false" onAction="#checkForUpdates"
|
|
152 | 152 | <Button mnemonicParsing="false" onAction="#filePickerHandler" text="..."
|
153 | 153 | AnchorPane.rightAnchor="0.0"/>
|
154 | 154 | </AnchorPane>
|
155 |
| - <HBox prefHeight="100.0" prefWidth="200.0"> |
| 155 | + <HBox alignment="BOTTOM_CENTER" VBox.vgrow="ALWAYS"> |
156 | 156 | <VBox.margin>
|
157 |
| - <Insets left="10.0" top="10.0"/> |
| 157 | + <Insets left="10.0" right="10.0"/> |
158 | 158 | </VBox.margin>
|
159 | 159 | <Button fx:id="goButton" maxWidth="Infinity" mnemonicParsing="false" onAction="#go"
|
160 | 160 | prefWidth="500.0" text="Go">
|
161 | 161 | <HBox.margin>
|
162 |
| - <Insets right="5.0"/> |
| 162 | + <Insets bottom="10.0"/> |
163 | 163 | </HBox.margin>
|
164 | 164 | </Button>
|
165 | 165 | </HBox>
|
166 | 166 | </VBox>
|
167 | 167 | <VBox fx:id="presetVBox" prefHeight="580.0" prefWidth="180.0" style="-fx-background-color: white;">
|
168 |
| - <HBox.margin> |
169 |
| - <Insets/> |
170 |
| - </HBox.margin> |
171 | 168 | <padding>
|
172 | 169 | <Insets left="10.0" right="10.0"/>
|
173 | 170 | </padding>
|
|
231 | 228 | <Insets top="10.0"/>
|
232 | 229 | </VBox.margin>
|
233 | 230 | </Button>
|
234 |
| - <Button fx:id="savePresetButton" maxWidth="Infinity" mnemonicParsing="false" |
235 |
| - onAction="#savePresetHandler" prefWidth="500.0" text="Save"> |
236 |
| - <VBox.margin> |
237 |
| - <Insets top="161.0"/> |
238 |
| - </VBox.margin> |
239 |
| - </Button> |
| 231 | + <VBox alignment="BOTTOM_CENTER" VBox.vgrow="ALWAYS"> |
| 232 | + <Button fx:id="savePresetButton" maxWidth="Infinity" mnemonicParsing="false" |
| 233 | + onAction="#savePresetHandler" prefWidth="500.0" text="Save"> |
| 234 | + <VBox.margin> |
| 235 | + <Insets bottom="10.0"/> |
| 236 | + </VBox.margin> |
| 237 | + </Button> |
| 238 | + </VBox> |
240 | 239 | </VBox>
|
241 | 240 | </HBox>
|
0 commit comments