~attente/ubuntu-system-settings/enable-predictive-text

« back to all changes in this revision

Viewing changes to plugins/language/PageComponent.qml

  • Committer: William Hua
  • Date: 2013-10-07 19:31:39 UTC
  • Revision ID: william.hua@canonical.com-20131007193139-f1nowans1i6sqktc
Enable auto-completion and word-prediction settings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
            }
77
77
 
78
78
            ListItem.Divider {
79
 
                visible: showAllUI
80
79
            }
81
80
 
82
81
            ListItem.SingleValue {
92
91
            }
93
92
 
94
93
            ListItem.Standard {
95
 
                visible: showAllUI
96
 
 
97
94
                text: i18n.tr("Auto completion")
98
95
 
99
96
                control: Switch {
104
101
            }
105
102
 
106
103
            ListItem.Standard {
107
 
                visible: showAllUI
108
 
 
109
104
                text: i18n.tr("Predictive text")
110
105
 
111
106
                control: Switch {