diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-14 13:37:55 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-14 13:37:55 -0600 |
commit | 8fbd006b494ce4c6ab284d9eeab8692195984151 (patch) | |
tree | 19ea906921c945dbb05656d3604d23d4c3d289da /app/src/main/resources | |
parent | efd5388d335f73351ab1bc40fcfdde30cb04c8e0 (diff) | |
download | ServerCraft-8fbd006b494ce4c6ab284d9eeab8692195984151.tar ServerCraft-8fbd006b494ce4c6ab284d9eeab8692195984151.tar.gz ServerCraft-8fbd006b494ce4c6ab284d9eeab8692195984151.tar.bz2 |
turns out it just doesnt work on linux, reverting and organizing
Diffstat (limited to 'app/src/main/resources')
-rw-r--r-- | app/src/main/resources/xyz/brysonsteck/serverfordummies/app-256x256.png | bin | 74811 -> 0 bytes | |||
-rw-r--r-- | app/src/main/resources/xyz/brysonsteck/serverfordummies/app.png | bin | 598693 -> 75026 bytes | |||
-rw-r--r-- | app/src/main/resources/xyz/brysonsteck/serverfordummies/info.fxml | 6 | ||||
-rw-r--r-- | app/src/main/resources/xyz/brysonsteck/serverfordummies/primary.fxml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/resources/xyz/brysonsteck/serverfordummies/app-256x256.png b/app/src/main/resources/xyz/brysonsteck/serverfordummies/app-256x256.png Binary files differdeleted file mode 100644 index a21cb9b..0000000 --- a/app/src/main/resources/xyz/brysonsteck/serverfordummies/app-256x256.png +++ /dev/null diff --git a/app/src/main/resources/xyz/brysonsteck/serverfordummies/app.png b/app/src/main/resources/xyz/brysonsteck/serverfordummies/app.png Binary files differindex 342258e..ceb633a 100644 --- a/app/src/main/resources/xyz/brysonsteck/serverfordummies/app.png +++ b/app/src/main/resources/xyz/brysonsteck/serverfordummies/app.png diff --git a/app/src/main/resources/xyz/brysonsteck/serverfordummies/info.fxml b/app/src/main/resources/xyz/brysonsteck/serverfordummies/info.fxml index 4c82385..1457d46 100644 --- a/app/src/main/resources/xyz/brysonsteck/serverfordummies/info.fxml +++ b/app/src/main/resources/xyz/brysonsteck/serverfordummies/info.fxml @@ -48,8 +48,8 @@ <Insets bottom="13.0" left="13.0" right="13.0" top="13.0" /> </padding> </Label> - <Hyperlink fx:id="license" layoutX="127.0" layoutY="101.0" onAction="#openHyperlink" text="License" /> - <Hyperlink fx:id="source" layoutX="189.0" layoutY="101.0" onAction="#openHyperlink" text="Source Code" /> + <Hyperlink fx:id="license" layoutX="127.0" layoutY="110.0" onAction="#openHyperlink" text="License" /> + <Hyperlink fx:id="source" layoutX="189.0" layoutY="110.0" onAction="#openHyperlink" text="Source Code" /> </children> <padding> <Insets bottom="13.0" left="13.0" right="13.0" top="13.0" /> @@ -61,7 +61,7 @@ <content> <Pane prefHeight="200.0" prefWidth="200.0"> <children> - <Label layoutX="107.0" layoutY="101.0" text="Want to join the list? Contribute!" textAlignment="CENTER" /> + <Label layoutX="78.0" layoutY="109.0" text="Want to join the list? Contribute with a PR!" textAlignment="CENTER" /> <VBox> <children> <Label text="Bryson Steck" VBox.vgrow="ALWAYS"> diff --git a/app/src/main/resources/xyz/brysonsteck/serverfordummies/primary.fxml b/app/src/main/resources/xyz/brysonsteck/serverfordummies/primary.fxml index 43ee1a0..2cedc4f 100644 --- a/app/src/main/resources/xyz/brysonsteck/serverfordummies/primary.fxml +++ b/app/src/main/resources/xyz/brysonsteck/serverfordummies/primary.fxml @@ -20,7 +20,7 @@ <?import javafx.scene.layout.Pane?> <?import javafx.scene.text.Font?> -<Pane fx:id="primary" maxHeight="713.0" maxWidth="963.0" minHeight="713.0" minWidth="963.0" prefHeight="713.0" prefWidth="963.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="xyz.brysonsteck.serverfordummies.PrimaryController"> +<Pane fx:id="primary" maxHeight="713.0" maxWidth="963.0" minHeight="713.0" minWidth="963.0" prefHeight="713.0" prefWidth="963.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="xyz.brysonsteck.serverfordummies.controllers.PrimaryController"> <children> <HBox fx:id="directoryPane" prefHeight="39.0" prefWidth="963.0"> <children> |