ExtraKeysPreference: Allow title to span several lines

Some titles in the extra keys list are truncated and some information
are invisible.
This commit is contained in:
Jules Aguillon
2025-02-22 12:02:04 +01:00
parent 56903084f2
commit 581b31bf99
@@ -397,6 +397,7 @@ public class ExtraKeysPreference extends PreferenceCategory
setKey(pref_key_of_key_name(key_name));
setDefaultValue(default_checked);
setTitle(title);
setSingleLineTitle(false);
}
@Override