mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +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 {
|
||||
id: goUp
|
||||
source: "go-up"
|
||||
width: units.iconSizes.huge
|
||||
source: "arrow-up"
|
||||
width: units.iconSizes.medium
|
||||
height: width
|
||||
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
|
||||
anchors {
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
bottom: parent.top
|
||||
margins: units.largeSpacing
|
||||
}
|
||||
MouseArea {
|
||||
anchors {
|
||||
|
|
|
|||
Loading…
Reference in a new issue