blob: e1076f2b0cf42456f9e49c5d21c1144d8e6154e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- src/options/opt_advanced.ui.orig 2018-11-02 00:15:39 UTC
+++ src/options/opt_advanced.ui
@@ -72,6 +72,26 @@
</widget>
</item>
<item>
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="text" >
+ <string>List of active spellchecker languages:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="le_spellLangs" />
+ </item>
+ <item>
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="text" >
+ <string>Maximum suggestions per language:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="le_spellMaxSugs" />
+ </item>
+ <item>
<widget class="QCheckBox" name="ck_contactsMessageFormatting" >
<property name="text" >
<string>Use contacts' message formatting</string>
|