We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e348ec commit f8fb262Copy full SHA for f8fb262
src/main/java/mediathek/gui/tabs/tab_film/filter/SwingFilterDialog.java
@@ -399,7 +399,7 @@ public SenderCheckBoxList() {
399
}
400
401
private void restoreVerticalWrapState() {
402
- if (ApplicationConfiguration.getConfiguration().getBoolean(CONFIG_SENDERLIST_VERTICAL_WRAP, false)) {
+ if (ApplicationConfiguration.getConfiguration().getBoolean(CONFIG_SENDERLIST_VERTICAL_WRAP, true)) {
403
miVerticalWrap.doClick();
404
405
0 commit comments