apol added a comment.

  In D13183#270156 <https://phabricator.kde.org/D13183#270156>, @mart wrote:
  
  > to not break all custom kirigami color set, i think by default all controls 
in the desktop style should be binded to Kirigami.Theme.palette
  >  or the colorset, complementary areas gets broken
  
  
  Do you want patches like this on every component?
  
    diff --git a/org.kde.desktop/Button.qml b/org.kde.desktop/Button.qml
    index 08a8f0e..2efbf9a 100644
    --- a/org.kde.desktop/Button.qml
    +++ b/org.kde.desktop/Button.qml
    @@ -34,6 +34,8 @@ T.Button {
     
         hoverEnabled: true //Qt.styleHints.useHoverEffects TODO: how to make 
this work in 5.7?
     
    +    palette: Kirigami.Theme.palette
    +
         contentItem: Item {}
         Kirigami.MnemonicData.enabled: controlRoot.enabled && 
controlRoot.visible
         Kirigami.MnemonicData.controlType: Kirigami.MnemonicData.ActionElement

REPOSITORY
  R858 Qt Quick Controls 2: Desktop Style

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

To: apol, #kirigami, mart
Cc: plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart

Reply via email to