Skip to content

Commit

Permalink
Improve default size of messaging window
Browse files Browse the repository at this point in the history
  • Loading branch information
zapek committed Nov 11, 2023
1 parent 26eebf8 commit fa4aefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/main/resources/view/messaging/messaging.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<?import javafx.scene.control.TextField?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.*?>
<HBox minHeight="300.0" minWidth="300.0" prefHeight="600.0" prefWidth="400.0" styleClass="base-spacing" xmlns="http://javafx.com/javafx/21" xmlns:fx="http://javafx.com/fxml/1">
<HBox minHeight="300.0" minWidth="300.0" prefHeight="650.0" prefWidth="500.0" styleClass="base-spacing" xmlns="http://javafx.com/javafx/21" xmlns:fx="http://javafx.com/fxml/1">
<VBox fx:id="content" HBox.hgrow="ALWAYS">
<Label fx:id="notification" maxWidth="1.7976931348623157E308" VBox.vgrow="NEVER"/>
<TextField fx:id="send" promptText="%messaging.prompt" VBox.vgrow="NEVER">
Expand Down

0 comments on commit fa4aefc

Please sign in to comment.