fix of zero interval

This commit is contained in:
giavaphi
2022-11-28 00:50:41 +01:00
parent 6d24687f7b
commit e9258fb238
5 changed files with 26 additions and 16 deletions
@@ -107,7 +107,7 @@
<Insets right="60.0" />
</HBox.margin>
</Label>
<Label fx:id="area_label" text="Label">
<Label fx:id="area_label" minWidth="-Infinity" prefWidth="50.0" text="Label">
<HBox.margin>
<Insets right="10.0" />
</HBox.margin>
@@ -125,7 +125,7 @@
<Insets right="40.0" />
</HBox.margin>
</Label>
<Label fx:id="location_label" text="Label">
<Label fx:id="location_label" minHeight="-Infinity" prefWidth="50.0" text="Label">
<HBox.margin>
<Insets right="10.0" />
</HBox.margin>