|
22 | 22 | ~ Copyright (C) 2021 Emerson Pinter - All Rights Reserved |
23 | 23 | --> |
24 | 24 |
|
25 | | -<VBox fx:id="rootelement" alignment="TOP_CENTER" maxHeight="940.0" maxWidth="1320.0" minHeight="470.0" minWidth="720.0" prefHeight="470.0" prefWidth="720.0" stylesheets="@main.css" xmlns="http://javafx.com/javafx/16" xmlns:fx="http://javafx.com/fxml/1" fx:controller="br.com.pinter.tqrespec.gui.MainController"> |
| 25 | +<VBox fx:id="rootelement" alignment="TOP_CENTER" maxHeight="940.0" maxWidth="1320.0" minHeight="570.0" minWidth="720.0" prefHeight="570.0" prefWidth="720.0" stylesheets="@main.css" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1" fx:controller="br.com.pinter.tqrespec.gui.MainController"> |
26 | 26 | <children> |
27 | 27 | <HBox fx:id="tophbox" fillHeight="false" maxHeight="-Infinity" maxWidth="1.7976931348623157E308" minHeight="-Infinity" minWidth="-Infinity" onMouseDragged="#moveWindow" onMousePressed="#startMoveWindow" onMouseReleased="#endMoveWindow" prefHeight="47.0" styleClass="tq-topdecoration" VBox.vgrow="ALWAYS"> |
28 | 28 | <children> |
|
57 | 57 | <children> |
58 | 58 | <GridPane prefHeight="75.0" prefWidth="637.0"> |
59 | 59 | <columnConstraints> |
| 60 | + <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" percentWidth="70.0" /> |
60 | 61 | <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" percentWidth="9.0" prefWidth="100.0" /> |
61 | 62 | <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" percentWidth="9.0" prefWidth="100.0" /> |
62 | 63 | <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" percentWidth="80.0" /> |
63 | | - <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" percentWidth="70.0" /> |
64 | 64 | </columnConstraints> |
65 | 65 | <rowConstraints> |
66 | 66 | <RowConstraints maxHeight="68.0" minHeight="10.0" prefHeight="48.0" vgrow="SOMETIMES" /> |
67 | 67 | <RowConstraints maxHeight="27.0" minHeight="10.0" prefHeight="27.0" vgrow="SOMETIMES" /> |
68 | 68 | </rowConstraints> |
69 | 69 | <children> |
70 | | - <Label alignment="BOTTOM_RIGHT" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" onMouseClicked="#openAboutWindow" styleClass="tq-bigtitle" text="TQ Respec" textAlignment="RIGHT" GridPane.columnIndex="3" GridPane.halignment="LEFT" GridPane.valignment="BOTTOM"> |
| 70 | + <Label alignment="BOTTOM_LEFT" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" onMouseClicked="#openAboutWindow" styleClass="tq-bigtitle" text="TQ Respec" GridPane.halignment="LEFT" GridPane.valignment="BOTTOM"> |
71 | 71 | <GridPane.margin> |
72 | 72 | <Insets /> |
73 | 73 | </GridPane.margin> |
74 | 74 | <padding> |
75 | 75 | <Insets right="5.0" /> |
76 | 76 | </padding> |
77 | 77 | </Label> |
78 | | - <Hyperlink fx:id="versionCheck" alignment="CENTER_RIGHT" maxHeight="26.0" maxWidth="1.7976931348623157E308" prefHeight="26.0" styleClass="tq-versioncheck" GridPane.columnIndex="3" GridPane.halignment="RIGHT" GridPane.rowIndex="1" GridPane.valignment="TOP" /> |
79 | | - <ComboBox fx:id="characterCombo" maxWidth="1.7976931348623157E308" onAction="#characterSelected" prefHeight="32.0" promptText="%main.labelselectchar" styleClass="tq-charactercombo" stylesheets="@main.css" GridPane.columnIndex="2" GridPane.hgrow="ALWAYS" GridPane.rowSpan="2" GridPane.valignment="CENTER" GridPane.vgrow="ALWAYS"> |
| 78 | + <Hyperlink fx:id="versionCheck" maxHeight="26.0" maxWidth="1.7976931348623157E308" prefHeight="26.0" styleClass="tq-versioncheck" GridPane.halignment="RIGHT" GridPane.rowIndex="1" GridPane.valignment="TOP" /> |
| 79 | + <ComboBox fx:id="characterCombo" maxWidth="1.7976931348623157E308" onAction="#characterSelected" prefHeight="32.0" promptText="%main.labelselectchar" styleClass="tq-charactercombo" stylesheets="@main.css" GridPane.columnIndex="3" GridPane.hgrow="ALWAYS" GridPane.rowSpan="2" GridPane.valignment="CENTER" GridPane.vgrow="ALWAYS"> |
80 | 80 | <GridPane.margin> |
81 | 81 | <Insets bottom="5.0" left="10.0" right="10.0" /> |
82 | 82 | </GridPane.margin> |
83 | 83 | </ComboBox> |
84 | | - <Button fx:id="resetButton" alignment="CENTER" contentDisplay="GRAPHIC_ONLY" maxWidth="1.7976931348623157E308" mnemonicParsing="false" onAction="#resetButtonClicked" prefHeight="32.0" styleClass="tq-resetbutton" text="Reset" GridPane.halignment="CENTER" GridPane.hgrow="ALWAYS" GridPane.rowSpan="2" GridPane.valignment="CENTER" GridPane.vgrow="ALWAYS"> |
| 84 | + <Button fx:id="resetButton" alignment="CENTER" contentDisplay="GRAPHIC_ONLY" maxWidth="1.7976931348623157E308" mnemonicParsing="false" onAction="#resetButtonClicked" prefHeight="32.0" styleClass="tq-resetbutton" text="Reset" GridPane.columnIndex="1" GridPane.halignment="CENTER" GridPane.hgrow="ALWAYS" GridPane.rowSpan="2" GridPane.valignment="CENTER" GridPane.vgrow="ALWAYS"> |
85 | 85 | <GridPane.margin> |
86 | 86 | <Insets bottom="4.0" /> |
87 | 87 | </GridPane.margin> |
88 | 88 | </Button> |
89 | | - <Button fx:id="charactersButton" alignment="CENTER" contentDisplay="GRAPHIC_ONLY" mnemonicParsing="false" onAction="#openCharactersWindow" prefHeight="32.0" styleClass="tq-charactersbutton" text="Characters" GridPane.columnIndex="1" GridPane.halignment="CENTER" GridPane.hgrow="ALWAYS" GridPane.rowSpan="2" GridPane.valignment="CENTER" GridPane.vgrow="ALWAYS"> |
| 89 | + <Button fx:id="charactersButton" alignment="CENTER" contentDisplay="GRAPHIC_ONLY" mnemonicParsing="false" onAction="#openCharactersWindow" prefHeight="32.0" styleClass="tq-charactersbutton" text="Characters" GridPane.columnIndex="2" GridPane.halignment="CENTER" GridPane.hgrow="ALWAYS" GridPane.rowSpan="2" GridPane.valignment="CENTER" GridPane.vgrow="ALWAYS"> |
90 | 90 | <GridPane.margin> |
91 | 91 | <Insets bottom="4.0" /> |
92 | 92 | </GridPane.margin></Button> |
|
98 | 98 | <Insets /> |
99 | 99 | </VBox.margin> |
100 | 100 | </GridPane> |
101 | | - <TabPane fx:id="tabPane" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="270.0" side="LEFT" styleClass="tq-tabpane" tabMaxHeight="100.0" tabMaxWidth="100.0" VBox.vgrow="ALWAYS"> |
| 101 | + <TabPane fx:id="tabPane" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="270.0" styleClass="tq-tabpane" tabMaxHeight="100.0" tabMaxWidth="100.0" VBox.vgrow="ALWAYS"> |
102 | 102 | <tabs> |
103 | 103 | <Tab fx:id="attributesTab" closable="false" styleClass="tq-tabbutton" text="%main.attributesTab"> |
104 | 104 | <content> |
|
117 | 117 | </Tab> |
118 | 118 | </tabs> |
119 | 119 | <padding> |
120 | | - <Insets right="48.0" /> |
| 120 | + <Insets left="48.0" right="48.0" /> |
121 | 121 | </padding> |
122 | 122 | </TabPane> |
123 | 123 | <GridPane> |
|
0 commit comments