@ -306,22 +306,21 @@ ColumnLayout {
QtControls2 . ScrollView {
QtControls2 . ScrollView {
id: foldersScroll
id: foldersScroll
Layout.fillHeight: true
Layout.fillHeight: true
Layout.preferredWidth: 0.25 * parent . width
Layout.preferredWidth: 0.35 * parent . width
Layout.maximumWidth: Kirigami . Units . gridUnit * 16
Component.onCompleted: foldersScroll . background . visible = true ;
Component.onCompleted: foldersScroll . background . visible = true ;
ListView {
ListView {
id: slidePathsView
id: slidePathsView
model: imageWallpaper . slidePaths
model: imageWallpaper . slidePaths
delegate: Kirigami . SwipeListItem {
delegate: Kirigami . SwipeListItem {
id: folderDelegate
width: slidePathsView . width
width: slidePathsView . width
/ / D o n ' t n e e d a h i g h l i g h t
activeBackgroundColor: "transparent"
contentItem: Kirigami . BasicListItem {
contentItem: Kirigami . BasicListItem {
/ / T h e p a r e n t i t e m a l r e a d y h a s a h i g h l i g h t
/ / D o n ' t n e e d a h i g h l i g h t
activeBackgroundColor: "transparent"
activeBackgroundColor: "transparent"
/ / O t h e r w i s e t h e r e a r e u n n e c e s s a r y m a r g i n s
activeTextColor: "black"
anchors.top: parent . top
separatorVisible: false
anchors.bottom: parent . bottom
anchors.left: parent . left
/ / N o r i g h t a n c h o r s o t e x t c a n b e e l i d e d b y a c t i o n s
/ / H e a d e r : t h e f o l d e r
/ / H e a d e r : t h e f o l d e r
label: {
label: {