use deault width or preferences window

This commit is contained in:
Philipp Unger
2022-04-09 17:30:05 +02:00
parent ff3235222d
commit 0ef521d39d

View File

@@ -2348,7 +2348,8 @@ function init() {
}
function fillPreferencesWindow(window) {
window.set_default_size(680, 740);
// use default width or window
window.set_default_size(0, 740);
let preferences = new Preferences(window);
}