Przeglądaj źródła

increase width of preferences window, which should fix #2107

Sebastian Stenzel 3 lat temu
rodzic
commit
12d38335d8
1 zmienionych plików z 1 dodań i 1 usunięć
  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">