abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorJules Aguillon2025-02-22 11:54:12 +0100
committerJules Aguillon2025-02-22 12:02:04 +0100
commit581b31bf99bf7a4088ef12ea7e03fbc75d5acfed (patch)
tree2e13850b492fe4584a3c7a5fd993fd2e78f65dfc
parent56903084f2bcf7804740e58050afb757122e8676 (diff)
downloadunexpected-keyboard-581b31bf99bf7a4088ef12ea7e03fbc75d5acfed.tar.gz
unexpected-keyboard-581b31bf99bf7a4088ef12ea7e03fbc75d5acfed.zip
ExtraKeysPreference: Allow title to span several lines
Some titles in the extra keys list are truncated and some information are invisible.
-rw-r--r--srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java b/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java
index b506f7e..981ba48 100644
--- a/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java
+++ b/srcs/juloo.keyboard2/prefs/ExtraKeysPreference.java
@@ -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