D11292: [RFC] Ordered system tray v2

Wojciech Stachurski noreply at phabricator.kde.org
Wed Mar 14 19:43:25 UTC 2018


wsdfhjxc added a comment.


  I can no longer reproduce the issue with incorrect visibility state in checkboxes. It seems to be working correctly after last patch.
  
  Also, I've added some minor styling suggestions, so it looks a little bit more polished in my opinion.

INLINE COMMENTS

> ConfigEntries.qml:201
> +                            QtLayouts.Layout.preferredWidth: 1
> +                            QtLayouts.Layout.fillHeight: true
> +                        }

height: measureButton.height

> ConfigEntries.qml:319
> +
> +            Rectangle {
> +                color: "black"

Rectangle {
      SystemPalette {
          id: sysPalette
          colorGroup: SystemPalette.Active
      }
                  
      color: sysPalette.mid
      opacity: 0.85
      anchors.fill: parent
  }

> ConfigEntries.qml:328
> +                anchors.margins: Math.round(units.gridUnit * 0.2)
> +                icon: "trash-empty"
>              }

icon: "albumfolder-user-trash"

REPOSITORY
  R120 Plasma Workspace

REVISION DETAIL
  https://phabricator.kde.org/D11292

To: Pitel, #plasma, #vdg
Cc: zzag, davidedmundson, anthonyfieroni, wsdfhjxc, ngraham, plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180314/bece9ff8/attachment-0001.html>


More information about the Plasma-devel mailing list