diff --git a/src/main/java/org/jabref/gui/Base.css b/src/main/java/org/jabref/gui/Base.css index 2db5a049c00..0c9565430e4 100644 --- a/src/main/java/org/jabref/gui/Base.css +++ b/src/main/java/org/jabref/gui/Base.css @@ -1036,3 +1036,7 @@ We want to have a look that matches our icons in the tool-bar */ .dialog-pane { -fx-background-color: -fx-control-inner-background; } + +.preference-sidepane { + -fx-background-color: -jr-sidepane-background; +} diff --git a/src/main/java/org/jabref/gui/preferences/ExternalTab.java b/src/main/java/org/jabref/gui/preferences/ExternalTab.java index a2bca6c0077..9fa691deb0f 100644 --- a/src/main/java/org/jabref/gui/preferences/ExternalTab.java +++ b/src/main/java/org/jabref/gui/preferences/ExternalTab.java @@ -58,7 +58,7 @@ class ExternalTab implements PrefsTab { private final DialogService dialogService; private final FileDialogConfiguration fileDialogConfiguration = new FileDialogConfiguration.Builder().build(); - public ExternalTab(JabRefFrame frame, PreferencesDialog prefsDiag, JabRefPreferences prefs) { + public ExternalTab(JabRefFrame frame, JabRefPreferences prefs) { this.prefs = prefs; this.frame = frame; dialogService = frame.getDialogService(); diff --git a/src/main/java/org/jabref/gui/preferences/FileTab.fxml b/src/main/java/org/jabref/gui/preferences/FileTab.fxml new file mode 100644 index 00000000000..3eec679c4f4 --- /dev/null +++ b/src/main/java/org/jabref/gui/preferences/FileTab.fxml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + +