Skip to content

Commit

Permalink
Improve main window default sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
zapek committed Nov 18, 2023
1 parent 7310ae2 commit 0bc846f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/main/resources/view/main.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<?import javafx.scene.input.KeyCodeCombination?>
<?import javafx.scene.layout.*?>
<?import org.kordamp.ikonli.javafx.*?>
<VBox minWidth="640.0" minHeight="460.0" xmlns="http://javafx.com/javafx/18" xmlns:fx="http://javafx.com/fxml/1" fx:controller="io.xeres.ui.controller.MainWindowController">
<VBox minWidth="640.0" minHeight="460.0" prefWidth="780.0" prefHeight="500.0" xmlns="http://javafx.com/javafx/18" xmlns:fx="http://javafx.com/fxml/1" fx:controller="io.xeres.ui.controller.MainWindowController">
<AnchorPane VBox.vgrow="ALWAYS">
<TabPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="400.0" prefWidth="600.0" tabClosingPolicy="UNAVAILABLE" AnchorPane.bottomAnchor="0" AnchorPane.leftAnchor="0" AnchorPane.rightAnchor="0" AnchorPane.topAnchor="0">
<Tab text="%main.home">
Expand Down

0 comments on commit 0bc846f

Please sign in to comment.