浏览代码

increase width of preferences window, which should fix #2107

Sebastian Stenzel 3 年之前
父节点
当前提交
12d38335d8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/fxml/preferences.fxml

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

@@ -9,7 +9,7 @@
 		 fx:controller="org.cryptomator.ui.preferences.PreferencesController"
 		 minWidth="-Infinity"
 		 maxWidth="-Infinity"
-		 prefWidth="500"
+		 prefWidth="650"
 		 tabMinWidth="60"
 		 tabClosingPolicy="UNAVAILABLE"
 		 tabDragPolicy="FIXED">