Browse Source

remove labels and change alignment

Armin Schrenk 2 years ago
parent
commit
0c1bbc5bfd
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/main/resources/fxml/health_check_details.fxml

+ 1 - 3
src/main/resources/fxml/health_check_details.fxml

@@ -41,16 +41,14 @@
 
 	</HBox>
 	<VBox spacing="3" VBox.vgrow="ALWAYS">
-		<HBox alignment="CENTER" spacing="6">
+		<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" />
-			<Label text="%health.check.detail.listFilters.severity" labelFor="${severityChoiceBox}"/>
 			<ChoiceBox fx:id="severityChoiceBox" />
-			<Label text="%health.check.detail.listFilters.fixState" labelFor="${fixStateChoiceBox}"/>
 			<ChoiceBox fx:id="fixStateChoiceBox" />
 		</HBox>
 		<ListView fx:id="resultsListView" VBox.vgrow="ALWAYS" visible="${!controller.checkSkipped}" fixedCellSize="25">