Changed Things
This commit is contained in:
parent
585b6d569f
commit
21ada67b10
@ -16,8 +16,8 @@
|
||||
<Font name="Centaur" size="31.0" />
|
||||
</font>
|
||||
</Label>
|
||||
<Rectangle id="rectangle-3" height="140.0" layoutX="13.0" layoutY="50.0" width="346.0" />
|
||||
<ImageView fitHeight="101.0" fitWidth="102.0" layoutX="30.0" layoutY="61.0" pickOnBounds="true" preserveRatio="true">
|
||||
<Rectangle id="rectangle-3" height="140.0" layoutX="14.0" layoutY="50.0" width="346.0" />
|
||||
<ImageView fitHeight="87.0" fitWidth="165.0" layoutX="29.0" layoutY="61.0" pickOnBounds="true" preserveRatio="true">
|
||||
<image>
|
||||
<Image url="@../icons/modpack-default-img.png" />
|
||||
</image>
|
||||
@ -27,7 +27,8 @@
|
||||
<Font name="Centaur" size="20.0" />
|
||||
</font>
|
||||
</Label>
|
||||
<Button id="Launch-VM" layoutX="148.0" layoutY="145.0" mnemonicParsing="false" prefHeight="37.0" prefWidth="77.0" text="Launch" />
|
||||
<Label id="lable" layoutX="161.0" layoutY="99.0" prefHeight="25.0" prefWidth="126.0" text="Latest Version" wrapText="true" />
|
||||
<Button id="Launch-VM" layoutX="242.0" layoutY="142.0" mnemonicParsing="false" prefHeight="38.0" prefWidth="94.0" text="Launch" />
|
||||
<Label id="lable" layoutX="148.0" layoutY="88.0" prefHeight="40.0" prefWidth="196.0" text="Pure Vanilla, No mods, No addons. Have fun!" wrapText="true" />
|
||||
<Label id="lable" layoutX="41.0" layoutY="161.0" text="Latest Version : Minecraft v1.11" />
|
||||
</children>
|
||||
</Pane>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<Font name="Centaur" size="31.0" />
|
||||
</font>
|
||||
</Label>
|
||||
<TextField id="search-modpacks" layoutX="475.0" layoutY="2.0" prefHeight="37.0" prefWidth="261.0" promptText="Search Modpacks" />
|
||||
<TextField id="search-modpacks" layoutX="475.0" layoutY="2.0" prefHeight="37.0" prefWidth="261.0" promptText="Search Modpacks"/>
|
||||
<Rectangle id="rectangle-3" height="140.0" layoutX="10.0" layoutY="50.0" width="720.0" />
|
||||
<ImageView fitHeight="119.0" fitWidth="138.0" layoutX="30.0" layoutY="61.0" pickOnBounds="true" preserveRatio="true">
|
||||
<image>
|
||||
|
@ -77,7 +77,13 @@
|
||||
-fx-prompt-text-fill: white;
|
||||
-fx-text-fill: white;
|
||||
-fx-background-color: #1d1d1d;
|
||||
-fx-padding: 10px;
|
||||
-fx-padding: 5px;
|
||||
}
|
||||
|
||||
#search-modpacks:hover {
|
||||
-fx-border-style: solid;
|
||||
-fx-border-color: white;
|
||||
-fx-border-width: 0px 0px 2px 0px;
|
||||
}
|
||||
|
||||
#Home-btn, #Modpacks-btn, #Instance-btn, #Settings-btn {
|
||||
|
@ -77,7 +77,13 @@
|
||||
-fx-prompt-text-fill: white;
|
||||
-fx-text-fill: white;
|
||||
-fx-background-color: #0a0e2e;
|
||||
-fx-padding: 10px;
|
||||
-fx-padding: 5px;
|
||||
}
|
||||
|
||||
#search-modpacks:hover {
|
||||
-fx-border-style: solid;
|
||||
-fx-border-color: white;
|
||||
-fx-border-width: 0px 0px 2px 0px;
|
||||
}
|
||||
|
||||
#Home-btn, #Modpacks-btn, #Instance-btn, #Settings-btn {
|
||||
|
@ -77,7 +77,13 @@
|
||||
-fx-prompt-text-fill: black;
|
||||
-fx-text-fill: black;
|
||||
-fx-background-color: #c3c3c3;
|
||||
-fx-padding: 10px;
|
||||
-fx-padding: 5px;
|
||||
}
|
||||
|
||||
#search-modpacks:hover {
|
||||
-fx-border-style: solid;
|
||||
-fx-border-color: #000000;
|
||||
-fx-border-width: 0px 0px 2px 0px;
|
||||
}
|
||||
|
||||
#Home-btn, #Modpacks-btn, #Instance-btn, #Settings-btn {
|
||||
|
Loading…
x
Reference in New Issue
Block a user