File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
<?import javafx .scene.layout.AnchorPane?>
7
7
<?import javafx .scene.layout.VBox?>
8
8
9
- <AnchorPane maxHeight =" -Infinity" maxWidth =" -Infinity" minHeight =" -Infinity" minWidth =" -Infinity" prefHeight =" 750 .0" prefWidth =" 500.0" xmlns =" http://javafx.com/javafx/17" xmlns : fx =" http://javafx.com/fxml/1" fx : controller =" tsundere.gui.MainWindow" >
9
+ <AnchorPane maxHeight =" -Infinity" maxWidth =" -Infinity" minHeight =" -Infinity" minWidth =" -Infinity" prefHeight =" 600 .0" prefWidth =" 500.0" xmlns =" http://javafx.com/javafx/17" xmlns : fx =" http://javafx.com/fxml/1" fx : controller =" tsundere.gui.MainWindow" >
10
10
<children >
11
- <TextField fx : id =" userInput" layoutY =" 698 .0" onAction =" #handleUserInput" prefHeight =" 51.0" prefWidth =" 405.0" AnchorPane.bottomAnchor=" 1.0" />
12
- <Button style =" -fx-background-color: powderblue" fx : id =" sendButton" layoutX =" 405.0" layoutY =" 698 .0" mnemonicParsing =" false" onAction =" #handleUserInput" prefHeight =" 51.0" prefWidth =" 95.0" text =" Send" />
13
- <ScrollPane fx : id =" scrollPane" hbarPolicy =" NEVER" hvalue =" 1.0" prefHeight =" 697 .0" prefWidth =" 500.0" vvalue =" 1.0" >
11
+ <TextField fx : id =" userInput" layoutY =" 558 .0" onAction =" #handleUserInput" prefHeight =" 51.0" prefWidth =" 405.0" AnchorPane.bottomAnchor=" 1.0" />
12
+ <Button style =" -fx-background-color: powderblue" fx : id =" sendButton" layoutX =" 405.0" layoutY =" 558 .0" mnemonicParsing =" false" onAction =" #handleUserInput" prefHeight =" 51.0" prefWidth =" 95.0" text =" Send" />
13
+ <ScrollPane fx : id =" scrollPane" hbarPolicy =" NEVER" hvalue =" 1.0" prefHeight =" 557 .0" prefWidth =" 500.0" vvalue =" 1.0" >
14
14
<content >
15
- <VBox style =" -fx-background-color: powderblue" fx : id =" dialogContainer" prefHeight =" 690 .0" prefWidth =" 485.0" />
15
+ <VBox style =" -fx-background-color: powderblue" fx : id =" dialogContainer" prefHeight =" 552 .0" prefWidth =" 485.0" />
16
16
</content >
17
17
</ScrollPane >
18
18
</children >
You can’t perform that action at this time.
0 commit comments