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

Reply via email to