mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +00:00
Use lighter arrow icon in favorites strip
This commit is contained in:
parent
c6b49ffe1c
commit
5f1a15cb0a
1 changed files with 3 additions and 2 deletions
|
|
@ -203,13 +203,14 @@ MouseArea {
|
||||||
|
|
||||||
PlasmaCore.IconItem {
|
PlasmaCore.IconItem {
|
||||||
id: goUp
|
id: goUp
|
||||||
source: "go-up"
|
source: "arrow-up"
|
||||||
width: units.iconSizes.huge
|
width: units.iconSizes.medium
|
||||||
height: width
|
height: width
|
||||||
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
|
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
|
||||||
anchors {
|
anchors {
|
||||||
horizontalCenter: parent.horizontalCenter
|
horizontalCenter: parent.horizontalCenter
|
||||||
bottom: parent.top
|
bottom: parent.top
|
||||||
|
margins: units.largeSpacing
|
||||||
}
|
}
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors {
|
anchors {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue