fixed style class of preferences window

[ci skip]
This commit is contained in:
Sebastian Stenzel
2019-07-31 16:20:39 +02:00
parent dab779cbef
commit bfe8a22b48
4 changed files with 21 additions and 2 deletions

View File

@@ -35,7 +35,6 @@ abstract class PreferencesModule {
stage.setTitle(resourceBundle.getString("preferences.title"));
stage.setMinWidth(400);
stage.setMinHeight(300);
stage.initModality(Modality.APPLICATION_MODAL);
return stage;
}

View File

@@ -80,6 +80,16 @@
-fx-cursor: nw_resize;
}
/*******************************************************************************
* *
* Preferences Window *
* *
******************************************************************************/
.preferences-window {
}
/*******************************************************************************
* *
* SplitPane *

View File

@@ -80,6 +80,16 @@
-fx-cursor: nw_resize;
}
/*******************************************************************************
* *
* Preferences Window *
* *
******************************************************************************/
.preferences-window {
}
/*******************************************************************************
* *
* SplitPane *

View File

@@ -11,7 +11,7 @@
<VBox xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="org.cryptomator.ui.preferences.PreferencesController"
styleClass="main-window"
styleClass="preferences-window"
spacing="6">
<padding>
<Insets bottom="12" left="12" right="12" top="12"/>