mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-20 09:36:55 -04:00
fixed style class of preferences window
[ci skip]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -80,6 +80,16 @@
|
||||
-fx-cursor: nw_resize;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* Preferences Window *
|
||||
* *
|
||||
******************************************************************************/
|
||||
|
||||
.preferences-window {
|
||||
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* SplitPane *
|
||||
|
||||
@@ -80,6 +80,16 @@
|
||||
-fx-cursor: nw_resize;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* Preferences Window *
|
||||
* *
|
||||
******************************************************************************/
|
||||
|
||||
.preferences-window {
|
||||
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* SplitPane *
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user