Просмотр исходного кода

increase width of preferences window, which should fix #2107

Sebastian Stenzel 3 лет назад
Родитель
Сommit
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">