fix(icons): Updated arrow icons

This commit is contained in:
Igor Sirotin 2022-06-20 22:14:33 +03:00 committed by Igor Sirotin
parent 37ab1a5513
commit 36a079aea8
3 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit a2e9f813a5440e3cedb178da9ca2929a4cda5002
Subproject commit 6da838c81f9a677461877afc332b090536f08800

View File

@ -61,7 +61,7 @@ Rectangle {
Layout.preferredHeight: 32
icon.height: 20
icon.width: 20
icon.name: "left"
icon.name: "arrow-left"
icon.disabledColor: Style.current.lightGrey
type: StatusFlatRoundButton.Type.Tertiary
enabled: canGoBack
@ -80,7 +80,7 @@ Rectangle {
Layout.preferredHeight: 32
icon.width: 20
icon.height: 20
icon.name: "right"
icon.name: "arrow-right"
icon.disabledColor: Style.current.lightGrey
type: StatusFlatRoundButton.Type.Tertiary
enabled: canGoForward

View File

@ -362,7 +362,7 @@ StatusPopupMenu {
root.close()
root.shouldCloseParentPopup()
}
icon.name: "up"
icon.name: "arrow-up"
}
FileDialog {