@ -149,9 +149,8 @@ KCM.GridViewKCM {
color: model . palette . window
Kirigami.Theme.inherit: false
Kirigami.Theme.highlightColor: model . palette . highlight
Kirigami.Theme.highlightedTextColor: model . palette . highlightedText
Kirigami.Theme.linkColor: model . palette . link
Kirigami.Theme.textColor: model . palette . text
Rectangle {
@ -208,11 +207,26 @@ KCM.GridViewKCM {
QtControls . Frame {
Layout.fillWidth: true
Layout.fillHeight: true
Kirigami.Theme.backgroundColor: model . palette . base
/ / F I X M E M a k e F r a m e s t i l l v i s i b l e b u t w i t h o u t a n y i n n e r p a d d i n g
padding: 1
padding: 0
activeFocusOnTab: false
/ / F r a m e b y d e f a u l t h a s a t r a n s p a r e n t b a c k g r o u n d , o v e r r i d e i t s o w e c a n u s e t h e v i e w c o l o r
/ / i n s t e a d .
background: Rectangle {
color: Kirigami . Theme . backgroundColor
border.width: 1
border.color: Qt . rgba ( model . palette . text . r , model . palette . text . g , model . palette . text . b , 0.3 )
}
/ / W e n e e d t o s e t i n h e r i t t o f a l s e h e r e o t h e r w i s e t h e c h i l d I t e m D e l e g a t e s w i l l n o t u s e t h e
/ / a l t e r n a t i v e b a s e c o l o r w e s e t h e r e .
Kirigami.Theme.inherit: false
Kirigami.Theme.backgroundColor: model . palette . base
Kirigami.Theme.highlightColor: model . palette . highlight
Kirigami.Theme.highlightedTextColor: model . palette . highlightedText
Kirigami.Theme.linkColor: model . palette . link
Kirigami.Theme.textColor: model . palette . text
Column {
id: listPreviewColumn
@ -221,7 +235,8 @@ KCM.GridViewKCM {
. arg ( model . palette . linkVisited )
. arg ( i18nc ( "Visited hyperlink" , "visited" ) )
width: parent . width
anchors.fill: parent
anchors.margins: 1
QtControls . ItemDelegate {
width: parent . width