mirror of
https://github.com/KDE/kasts.git
synced 2025-01-14 17:45:47 +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.maximumWidth: size
|
||||
Layout.rightMargin:Kirigami.Units.smallSpacing
|
||||
opacity: (entry.read) ? 0.5 : 1
|
||||
}
|
||||
ColumnLayout {
|
||||
spacing: Kirigami.Units.smallSpacing
|
||||
|
Loading…
Reference in New Issue
Block a user