1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-22 14:22:39 +01:00

Increased GUI main window preferred height

This commit is contained in:
dpad85 2017-01-30 15:07:17 +01:00
parent de99fdb566
commit e38cbcaba1

View file

@ -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">