@@ -248,8 +248,6 @@ public class JabRefGuiPreferences extends JabRefCliPreferences implements GuiPre
248248 private JabRefGuiPreferences () {
249249 super ();
250250
251- defaults .put (ENTRY_EDITOR_HEIGHT , 0.65 );
252-
253251 // region mergeDialogPreferences
254252 defaults .put (MERGE_ENTRIES_DIFF_MODE , DiffMode .WORD .name ());
255253 defaults .put (MERGE_ENTRIES_SHOULD_SHOW_DIFF , Boolean .TRUE );
@@ -463,22 +461,22 @@ public EntryEditorPreferences getEntryEditorPreferences() {
463461
464462 public EntryEditorPreferences getEntryEditorPreferencesFromBackingStore (EntryEditorPreferences defaults ) {
465463 return new EntryEditorPreferences (
466- getEntryEditorTabs (),
467- getDefaultEntryEditorTabs (),
468- getBoolean (AUTO_OPEN_FORM ),
469- getBoolean (SHOW_RECOMMENDATIONS ),
470- getBoolean (SHOW_AI_SUMMARY ),
471- getBoolean (SHOW_AI_CHAT ),
472- getBoolean (SHOW_LATEX_CITATIONS ),
473- getBoolean (SMART_FILE_ANNOTATIONS ),
474- getBoolean (DEFAULT_SHOW_SOURCE ),
475- getBoolean (VALIDATE_IN_ENTRY_EDITOR ),
476- getBoolean (ALLOW_INTEGER_EDITION_BIBTEX ),
477- getBoolean (AUTOLINK_FILES_ENABLED ),
478- EntryEditorPreferences .JournalPopupEnabled .fromString (get (JOURNAL_POPUP , defaults .getJournalPopUp ())),
479- getBoolean (SHOW_SCITE_TAB ),
480- getBoolean (SHOW_USER_COMMENTS_FIELDS ),
481- getDouble (ENTRY_EDITOR_PREVIEW_DIVIDER_POS , defaults .getPreviewDividerPos ()));
464+ getEntryEditorTabs (),
465+ getDefaultEntryEditorTabs (),
466+ getBoolean (AUTO_OPEN_FORM ),
467+ getBoolean (SHOW_RECOMMENDATIONS ),
468+ getBoolean (SHOW_AI_SUMMARY ),
469+ getBoolean (SHOW_AI_CHAT ),
470+ getBoolean (SHOW_LATEX_CITATIONS ),
471+ getBoolean (SMART_FILE_ANNOTATIONS ),
472+ getBoolean (DEFAULT_SHOW_SOURCE ),
473+ getBoolean (VALIDATE_IN_ENTRY_EDITOR ),
474+ getBoolean (ALLOW_INTEGER_EDITION_BIBTEX ),
475+ getBoolean (AUTOLINK_FILES_ENABLED ),
476+ EntryEditorPreferences .JournalPopupEnabled .fromString (get (JOURNAL_POPUP , defaults .getJournalPopUp ())),
477+ getBoolean (SHOW_SCITE_TAB ),
478+ getBoolean (SHOW_USER_COMMENTS_FIELDS ),
479+ getDouble (ENTRY_EDITOR_PREVIEW_DIVIDER_POS , defaults .getPreviewDividerPos ()));
482480 }
483481
484482 /**
0 commit comments