mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Taskbar: inactive icon bumped from 0.5 to 0.6 opacity
This commit is contained in:
@@ -77,7 +77,7 @@ Rectangle {
|
||||
source: ThemeIcons.iconForAppId(taskbarItem.modelData.appId)
|
||||
smooth: true
|
||||
asynchronous: true
|
||||
opacity: modelData.isFocused ? 1.0 : 0.5
|
||||
opacity: modelData.isFocused ? Style.opacityFull : 0.6
|
||||
|
||||
Rectangle {
|
||||
anchors.bottomMargin: -2 * scaling
|
||||
|
||||
Reference in New Issue
Block a user