adjust spacing and window size to fit (english) labels

This commit is contained in:
Armin Schrenk
2022-12-05 23:32:49 +01:00
parent f21b8a0f7a
commit 06922717c4
3 changed files with 3 additions and 4 deletions
@@ -40,14 +40,13 @@
</Button>
</HBox>
<VBox spacing="3" VBox.vgrow="ALWAYS">
<VBox spacing="6" VBox.vgrow="ALWAYS">
<HBox alignment="CENTER_LEFT" spacing="6">
<Label fx:id="filterLbl" text="%health.check.detail.listFilters.label">
<graphic>
<FontAwesome5IconView glyph="FUNNEL" glyphSize="${filterLbl.height}" styleClass="glyph-icon-muted"/>
</graphic>
</Label>
<Region minWidth="12" />
<ChoiceBox fx:id="severityChoiceBox" />
<ChoiceBox fx:id="fixStateChoiceBox" />
</HBox>
@@ -12,7 +12,7 @@
<VBox xmlns:fx="http://javafx.com/fxml"
xmlns="http://javafx.com/javafx"
fx:controller="org.cryptomator.ui.health.CheckListController"
prefWidth="600"
prefWidth="650"
prefHeight="400"
spacing="12">
<padding>
+1 -1
View File
@@ -16,7 +16,7 @@
<VBox xmlns:fx="http://javafx.com/fxml"
xmlns="http://javafx.com/javafx"
fx:controller="org.cryptomator.ui.health.StartController"
prefWidth="600"
prefWidth="650"
prefHeight="400"
spacing="12">
<padding>