mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-22 06:21:42 +01:00
Increased GUI main window preferred height
This commit is contained in:
parent
de99fdb566
commit
e38cbcaba1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<?import java.lang.String?>
|
||||
<?import java.net.URL?>
|
||||
<BorderPane fx:id="root" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity"
|
||||
prefHeight="346.0" prefWidth="650.0" xmlns="http://javafx.com/javafx/8"
|
||||
prefHeight="400.0" prefWidth="650.0" xmlns="http://javafx.com/javafx/8"
|
||||
xmlns:fx="http://javafx.com/fxml/1">
|
||||
<center>
|
||||
<TabPane prefHeight="250.0" tabClosingPolicy="UNAVAILABLE" BorderPane.alignment="CENTER">
|
||||
|
|
Loading…
Add table
Reference in a new issue