maybe fixed console dropdown?

This commit is contained in:
Bryson Steck 2023-05-20 20:23:44 -06:00
parent 49311129e9
commit 208f971a68
2 changed files with 3 additions and 5 deletions

View file

@ -127,8 +127,6 @@ build.doLast {
} }
} }
// build.finalizedBy(fixAppImageIcon)
javafx { javafx {
version = "20" version = "20"
modules = ['javafx.controls', 'javafx.fxml', 'javafx.graphics'] modules = ['javafx.controls', 'javafx.fxml', 'javafx.graphics']

View file

@ -23,7 +23,7 @@
<?import javafx.scene.layout.Pane?> <?import javafx.scene.layout.Pane?>
<?import javafx.scene.text.Font?> <?import javafx.scene.text.Font?>
<Pane fx:id="primary" maxHeight="873.0" maxWidth="963.0" minHeight="713.0" minWidth="963.0" prefHeight="873.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="1.7976931348623157E308" maxWidth="963.0" minHeight="713.0" minWidth="963.0" prefHeight="873.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> <children>
<HBox fx:id="directoryPane" prefHeight="39.0" prefWidth="963.0"> <HBox fx:id="directoryPane" prefHeight="39.0" prefWidth="963.0">
<children> <children>
@ -339,7 +339,7 @@
<Insets bottom="8.0" left="8.0" right="8.0" top="8.0" /> <Insets bottom="8.0" left="8.0" right="8.0" top="8.0" />
</padding> </padding>
</ButtonBar> </ButtonBar>
<Pane layoutY="680.0" prefHeight="196.0" prefWidth="963.0" style="-fx-background-color: ddd;"> <Pane layoutY="680.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="196.0" prefWidth="963.0" style="-fx-background-color: ddd;">
<children> <children>
<HBox prefWidth="963.0"> <HBox prefWidth="963.0">
<children> <children>
@ -368,7 +368,7 @@
<Image url="@icons/arrow_down.png" /> <Image url="@icons/arrow_down.png" />
</image> </image>
</ImageView> </ImageView>
<ScrollPane fx:id="scrollPane" layoutY="34.0" prefHeight="162.0" prefWidth="963.0"> <ScrollPane fx:id="scrollPane" fitToHeight="true" fitToWidth="true" layoutY="34.0" maxHeight="1.7976931348623157E308" prefHeight="162.0" prefWidth="963.0">
<padding> <padding>
<Insets bottom="7.0" left="7.0" right="7.0" top="7.0" /> <Insets bottom="7.0" left="7.0" right="7.0" top="7.0" />
</padding> </padding>