1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-20 18:50:43 +01:00

Fixed dynamic length of node id in status bar

This commit is contained in:
dpad85 2016-10-18 14:11:43 +02:00
parent cff5ed2d3f
commit e5195460c0

View File

@ -55,7 +55,7 @@
<GridPane styleClass="status-bar" BorderPane.alignment="CENTER_LEFT">
<columnConstraints>
<ColumnConstraints fillWidth="false" hgrow="SOMETIMES" minWidth="10.0" />
<ColumnConstraints hgrow="ALWAYS" minWidth="520.0" />
<ColumnConstraints hgrow="ALWAYS" minWidth="400.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" vgrow="SOMETIMES" />