D24224: Start of the accessibility KCM
Marco Martin
noreply at phabricator.kde.org
Thu Sep 26 16:12:15 BST 2019
mart added inline comments.
INLINE COMMENTS
> Bell.qml:27
> +
> +ColumnLayout {
> + QQC2.GroupBox {
Shouldn't use groupboxes at all, but just FormLayouts with sections
Kirigami.FormLayout {
Item{
Kirigami.formData.title: i18n("Audible Bell")
Kirigami.formData.isSection: true
}
QQC2.CheckBox { ....
....
Item{
Kirigami.formData.title: i18n("Visual Bell")
Kirigami.formData.isSection: true
}
QQC2.CheckBox { ....
}
REPOSITORY
R119 Plasma Desktop
REVISION DETAIL
https://phabricator.kde.org/D24224
To: tcanabrava
Cc: mart, ngraham, whiting, plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190926/9635299d/attachment.html>
More information about the Plasma-devel
mailing list