Skip to content

Commit

Permalink
Merge pull request JabRef#11452 from JabRef/revert-11450-pref-height
Browse files Browse the repository at this point in the history
Revert "Increase height of preferences dialog"
  • Loading branch information
Siedlerchr authored Jul 5, 2024
2 parents 88b06a7 + 2bce107 commit 5dc5862
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<?import javafx.scene.layout.VBox?>
<?import org.jabref.gui.icon.JabRefIconView?>
<?import org.controlsfx.control.textfield.CustomTextField?>
<DialogPane prefHeight="875.0" prefWidth="1100.0" minHeight="400" minWidth="600"
<DialogPane prefHeight="700.0" prefWidth="1100.0" minHeight="400" minWidth="600"
xmlns="http://javafx.com/javafx/8.0.212" xmlns:fx="http://javafx.com/fxml/1"
fx:controller="org.jabref.gui.preferences.PreferencesDialogView">
<content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ public PreferencesDialogView(Class<? extends PreferencesTab> preferencesTabToSel
themeManager.updateFontStyle(getDialogPane().getScene());
}

public PreferencesDialogViewModel getViewModel() {
return viewModel;
}

@FXML
private void initialize() {
viewModel = new PreferencesDialogViewModel(dialogService, preferencesService);
Expand Down

0 comments on commit 5dc5862

Please sign in to comment.