Windows
Mac
Как видите, столбец чисел имеет различное выравнивание. Это не хорошо.
Использование разных размеров экрана, и эта проблема не размерность, проблема в разных ОС.
<VBox spacing="5.0" BorderPane.alignment="CENTER">
<Label text="0">
<font>
<Font size="14.0" />
</font>
<VBox.margin>
<Insets />
</VBox.margin>
</Label>
<Label text="1">
<font>
<Font size="14.0" />
</font>
<VBox.margin>
<Insets />
</VBox.margin>
</Label>
<Label text="2">
<font>
<Font size="14.0" />
</font>
<VBox.margin>
<Insets />
</VBox.margin>
</Label>
<Label text="3">
<font>
<Font size="14.0" />
</font>
<VBox.margin>
<Insets />
</VBox.margin>
</Label>
<Label text="4">
<font>
<Font size="14.0" />
</font>
<VBox.margin>
<Insets />
</VBox.margin>
</Label>
<Label text="5">
<font>
<Font size="14.0" />
</font>
<VBox.margin>
<Insets />
</VBox.margin>
</Label>
<Label text="6">
<font>
<Font size="14.0" />
</font>
<VBox.margin>
<Insets />
</VBox.margin>
</Label>
<Label text="7">
<font>
<Font size="14.0" />
</font>
<VBox.margin>
<Insets />
</VBox.margin>
</Label>
<Label text="8">
<font>
<Font size="14.0" />
</font>
<VBox.margin>
<Insets />
</VBox.margin>
</Label>
<Label text="9">
<font>
<Font size="14.0" />
</font>
<VBox.margin>
<Insets />
</VBox.margin>
</Label>
<BorderPane.margin>
<Insets right="5.0" />
</BorderPane.margin>
</VBox>
Нужно исправить эту проблему, чтобы на Mac и Windows было одинаковое выравнивание.
P.S. Также кнопка «Отмена» на Mac выглядит как «Может ...». Это тоже не хорошо.