diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-16 22:43:38 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-16 22:43:38 -0600 |
commit | eb8709af1483696f4053bfea12f912201294826f (patch) | |
tree | 9e07d3ee245432bc3e52d60c61e509deb4e682f1 /app/src/main/resources | |
parent | 966571cac730139e43186ca29667b8fc127b27d3 (diff) | |
download | ServerCraft-eb8709af1483696f4053bfea12f912201294826f.tar ServerCraft-eb8709af1483696f4053bfea12f912201294826f.tar.gz ServerCraft-eb8709af1483696f4053bfea12f912201294826f.tar.bz2 |
bulk replace of package names to hopefully fix location error
Diffstat (limited to 'app/src/main/resources')
-rw-r--r-- | app/src/main/resources/xyz/brysonsteck/ServerCraft/info.fxml | 2 | ||||
-rw-r--r-- | app/src/main/resources/xyz/brysonsteck/ServerCraft/primary.fxml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/resources/xyz/brysonsteck/ServerCraft/info.fxml b/app/src/main/resources/xyz/brysonsteck/ServerCraft/info.fxml index 9228a2b..f0b73f3 100644 --- a/app/src/main/resources/xyz/brysonsteck/ServerCraft/info.fxml +++ b/app/src/main/resources/xyz/brysonsteck/ServerCraft/info.fxml @@ -15,7 +15,7 @@ <?import javafx.scene.layout.VBox?> <?import javafx.scene.text.Font?> -<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="358.0" prefWidth="398.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="xyz.brysonsteck.servercraft.controllers.InfoController"> +<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="358.0" prefWidth="398.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="xyz.brysonsteck.ServerCraft.controllers.InfoController"> <children> <ImageView fitHeight="115.0" fitWidth="92.0" layoutX="30.0" layoutY="30.0" pickOnBounds="true" preserveRatio="true"> <image> diff --git a/app/src/main/resources/xyz/brysonsteck/ServerCraft/primary.fxml b/app/src/main/resources/xyz/brysonsteck/ServerCraft/primary.fxml index dfdadd7..6b34102 100644 --- a/app/src/main/resources/xyz/brysonsteck/ServerCraft/primary.fxml +++ b/app/src/main/resources/xyz/brysonsteck/ServerCraft/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.servercraft.controllers.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.ServerCraft.controllers.PrimaryController"> <children> <HBox fx:id="directoryPane" prefHeight="39.0" prefWidth="963.0"> <children> |