瀏覽代碼

fit result list to window size

Armin Schrenk 3 年之前
父節點
當前提交
97c52d788c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/fxml/health_check_list.fxml

+ 1 - 1
src/main/resources/fxml/health_check_list.fxml

@@ -34,7 +34,7 @@
 				<VBox minWidth="300" alignment="CENTER" visible="${!controller.anyCheckSelected}" managed="${!controller.anyCheckSelected}" >
 					<Label text="%health.check.detail.noSelectedCheck" wrapText="true" alignment="CENTER" />
 				</VBox>
-				<fx:include source="/fxml/health_check_details.fxml" visible="${controller.anyCheckSelected}" managed="${controller.anyCheckSelected}" maxWidth="450"/>
+				<fx:include source="/fxml/health_check_details.fxml" visible="${controller.anyCheckSelected}" managed="${controller.anyCheckSelected}" HBox.hgrow="ALWAYS"/>
 			</StackPane>
 		</HBox>
 		<ButtonBar buttonMinWidth="120" buttonOrder="+CX">