Center Filters and let result list grow to bottom

This commit is contained in:
Armin Schrenk
2022-11-30 13:48:08 +01:00
parent 65e1993b43
commit 7bac78bc5d

View File

@@ -40,14 +40,14 @@
</Button>
</HBox>
<VBox spacing="3">
<HBox alignment="CENTER_LEFT" spacing="6">
<VBox spacing="3" VBox.vgrow="ALWAYS">
<HBox alignment="CENTER" spacing="6">
<Label fx:id="filterLbl" text="Filters">
<graphic>
<FontAwesome5IconView glyph="FUNNEL" glyphSize="${filterLbl.height}" styleClass="glyph-icon-muted"/>
</graphic>
</Label>
<Region HBox.hgrow="ALWAYS" />
<Region minWidth="12" />
<Label text="Severity" labelFor="${severityChoiceBox}"/>
<ChoiceBox fx:id="severityChoiceBox" />
<Label text="Fix state" labelFor="${fixStateChoiceBox}"/>