|
3 | 3 | <?import javafx.geometry.*?> |
4 | 4 | <?import javafx.scene.control.*?> |
5 | 5 | <?import javafx.scene.layout.*?> |
6 | | -<HBox xmlns:fx="http://javafx.com/fxml/1" prefHeight="580.0" xmlns="http://javafx.com/javafx/8" |
| 6 | +<HBox xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/8" |
7 | 7 | fx:controller="blobsaver.Controller"> |
8 | | - <VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="530.0" prefHeight="580.0" |
| 8 | + <VBox maxHeight="Infinity" maxWidth="-Infinity" minHeight="580.0" |
9 | 9 | prefWidth="500.0"> |
10 | 10 | <MenuBar> |
11 | | - <Menu mnemonicParsing="false" text="test"> |
| 11 | + <Menu mnemonicParsing="false" text="Options"> |
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 alignment="BOTTOM_CENTER" VBox.vgrow="ALWAYS"> |
| 155 | + <Region VBox.vgrow="ALWAYS"/> |
| 156 | + <Button fx:id="goButton" maxWidth="Infinity" mnemonicParsing="false" onAction="#go" |
| 157 | + prefWidth="Infinity" text="Go"> |
156 | 158 | <VBox.margin> |
157 | | - <Insets left="10.0" right="10.0"/> |
| 159 | + <Insets left="10.0" bottom="10.0" right="10.0"/> |
158 | 160 | </VBox.margin> |
159 | | - <Button fx:id="goButton" maxWidth="Infinity" mnemonicParsing="false" onAction="#go" |
160 | | - prefWidth="500.0" text="Go"> |
161 | | - <HBox.margin> |
162 | | - <Insets bottom="10.0"/> |
163 | | - </HBox.margin> |
164 | | - </Button> |
165 | | - </HBox> |
| 161 | + </Button> |
166 | 162 | </VBox> |
167 | | - <VBox fx:id="presetVBox" prefHeight="580.0" prefWidth="180.0" style="-fx-background-color: white;"> |
| 163 | + <VBox fx:id="presetVBox" prefHeight="580.0" prefWidth="180.0" style="-fx-background-color: white;" |
| 164 | + HBox.hgrow="ALWAYS"> |
168 | 165 | <padding> |
169 | 166 | <Insets left="10.0" right="10.0"/> |
170 | 167 | </padding> |
|
228 | 225 | <Insets top="10.0"/> |
229 | 226 | </VBox.margin> |
230 | 227 | </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> |
| 228 | + <Region VBox.vgrow="ALWAYS"/> |
| 229 | + <Button fx:id="savePresetButton" maxWidth="Infinity" mnemonicParsing="false" |
| 230 | + onAction="#savePresetHandler" prefWidth="Infinity" text="Save"> |
| 231 | + <VBox.margin> |
| 232 | + <Insets bottom="10.0"/> |
| 233 | + </VBox.margin> |
| 234 | + </Button> |
239 | 235 | </VBox> |
240 | 236 | </HBox> |
0 commit comments