mirror of
https://github.com/KDE/kasts.git
synced 2025-01-15 01:56:19 +01:00
Set opacity to 0.5 for Entries that have been 'read'
This commit is contained in:
parent
4fa45b0075
commit
b8b8a312e9
@ -45,6 +45,7 @@ Kirigami.SwipeListItem {
|
|||||||
Layout.maximumHeight: size
|
Layout.maximumHeight: size
|
||||||
Layout.maximumWidth: size
|
Layout.maximumWidth: size
|
||||||
Layout.rightMargin:Kirigami.Units.smallSpacing
|
Layout.rightMargin:Kirigami.Units.smallSpacing
|
||||||
|
opacity: (entry.read) ? 0.5 : 1
|
||||||
}
|
}
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
spacing: Kirigami.Units.smallSpacing
|
spacing: Kirigami.Units.smallSpacing
|
||||||
|
Loading…
Reference in New Issue
Block a user