mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 09:48:50 +00:00
OpenDrawerButton: Use a colour that exists
This commit is contained in:
parent
40419e48bc
commit
182d7501d0
1 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ MouseArea {
|
||||||
left: parent.left
|
left: parent.left
|
||||||
verticalCenterOffset: -arrowUpIcon.height/4 + (arrowUpIcon.height/4) * arrowUpIcon.factor
|
verticalCenterOffset: -arrowUpIcon.height/4 + (arrowUpIcon.height/4) * arrowUpIcon.factor
|
||||||
}
|
}
|
||||||
color: theme.alternateBackgroundColor
|
color: PlasmaCore.Theme.complementaryBackgroundColor
|
||||||
transformOrigin: Item.Right
|
transformOrigin: Item.Right
|
||||||
rotation: -45 + 90 * arrowUpIcon.factor
|
rotation: -45 + 90 * arrowUpIcon.factor
|
||||||
antialiasing: true
|
antialiasing: true
|
||||||
|
|
@ -64,7 +64,7 @@ MouseArea {
|
||||||
right: parent.right
|
right: parent.right
|
||||||
verticalCenterOffset: -arrowUpIcon.height/4 + (arrowUpIcon.height/4) * arrowUpIcon.factor
|
verticalCenterOffset: -arrowUpIcon.height/4 + (arrowUpIcon.height/4) * arrowUpIcon.factor
|
||||||
}
|
}
|
||||||
color: theme.alternateBackgroundColor
|
color: PlasmaCore.Theme.complementaryBackgroundColor
|
||||||
transformOrigin: Item.Left
|
transformOrigin: Item.Left
|
||||||
rotation: 45 - 90 * arrowUpIcon.factor
|
rotation: 45 - 90 * arrowUpIcon.factor
|
||||||
antialiasing: true
|
antialiasing: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue