removed green border and fixed margin for windows

This commit is contained in:
Jan-Peter Klein
2024-09-16 14:48:06 +02:00
parent 6ff640648f
commit 84e3cf0762
3 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
fx:id="root"
fx:controller="org.cryptomator.ui.mainwindow.MainWindowController"
styleClass="main-window">
<VBox minWidth="650">
<VBox minWidth="600">
<SplitPane dividerPositions="0.33" orientation="HORIZONTAL" VBox.vgrow="ALWAYS">
<fx:include source="vault_list.fxml" SplitPane.resizableWithParent="false"/>
<fx:include source="vault_detail.fxml" SplitPane.resizableWithParent="true"/>