浏览代码

Set a mininum width for the vault choice box in the event view

Armin Schrenk 1 月之前
父节点
当前提交
0680437004
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/fxml/eventview.fxml

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

@@ -20,7 +20,7 @@
 		<padding>
 			<Insets left="6" />
 		</padding>
-		<ChoiceBox fx:id="vaultFilterChoiceBox"/>
+		<ChoiceBox fx:id="vaultFilterChoiceBox" minWidth="42"/>
 		<Region HBox.hgrow="ALWAYS"/>
 		<Button styleClass="button-right" onAction="#clearEvents" contentDisplay="GRAPHIC_ONLY">
 			<graphic>