fix(icons): Updated arrow icons
This commit is contained in:
parent
37ab1a5513
commit
36a079aea8
|
@ -1 +1 @@
|
||||||
Subproject commit a2e9f813a5440e3cedb178da9ca2929a4cda5002
|
Subproject commit 6da838c81f9a677461877afc332b090536f08800
|
|
@ -61,7 +61,7 @@ Rectangle {
|
||||||
Layout.preferredHeight: 32
|
Layout.preferredHeight: 32
|
||||||
icon.height: 20
|
icon.height: 20
|
||||||
icon.width: 20
|
icon.width: 20
|
||||||
icon.name: "left"
|
icon.name: "arrow-left"
|
||||||
icon.disabledColor: Style.current.lightGrey
|
icon.disabledColor: Style.current.lightGrey
|
||||||
type: StatusFlatRoundButton.Type.Tertiary
|
type: StatusFlatRoundButton.Type.Tertiary
|
||||||
enabled: canGoBack
|
enabled: canGoBack
|
||||||
|
@ -80,7 +80,7 @@ Rectangle {
|
||||||
Layout.preferredHeight: 32
|
Layout.preferredHeight: 32
|
||||||
icon.width: 20
|
icon.width: 20
|
||||||
icon.height: 20
|
icon.height: 20
|
||||||
icon.name: "right"
|
icon.name: "arrow-right"
|
||||||
icon.disabledColor: Style.current.lightGrey
|
icon.disabledColor: Style.current.lightGrey
|
||||||
type: StatusFlatRoundButton.Type.Tertiary
|
type: StatusFlatRoundButton.Type.Tertiary
|
||||||
enabled: canGoForward
|
enabled: canGoForward
|
||||||
|
|
|
@ -362,7 +362,7 @@ StatusPopupMenu {
|
||||||
root.close()
|
root.close()
|
||||||
root.shouldCloseParentPopup()
|
root.shouldCloseParentPopup()
|
||||||
}
|
}
|
||||||
icon.name: "up"
|
icon.name: "arrow-up"
|
||||||
}
|
}
|
||||||
|
|
||||||
FileDialog {
|
FileDialog {
|
||||||
|
|
Loading…
Reference in New Issue