Changed viewport height default

This commit is contained in:
M66B
2023-06-30 22:24:03 +02:00
parent a6ea44a456
commit f2c25f93d5
2 changed files with 2 additions and 2 deletions

View File

@@ -2548,7 +2548,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
swUndoManager.setChecked(prefs.getBoolean("undo_manager", false));
swBrowserZoom.setChecked(prefs.getBoolean("browser_zoom", false));
swFakeDark.setChecked(prefs.getBoolean("fake_dark", false));
etViewportHeight.setText(Integer.toString(prefs.getInt("viewport_height", 16000)));
etViewportHeight.setText(Integer.toString(prefs.getInt("viewport_height", 8000)));
swShowRecent.setChecked(prefs.getBoolean("show_recent", false));
swModSeq.setChecked(prefs.getBoolean("use_modseq", true));
swPreamble.setChecked(prefs.getBoolean("preamble", false));