Commit c936b3ab authored by Sergey Chupligin's avatar Sergey Chupligin Committed by Sergey Chupligin

[HeaderToolsLayout] Change icons to nemo themes fontawesome icon

parent 8a527053
...@@ -46,7 +46,7 @@ Item { ...@@ -46,7 +46,7 @@ Item {
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
sourceSize.width: width sourceSize.width: width
sourceSize.height: height sourceSize.height: height
source: "/usr/lib/qt5/qml/QtQuick/Controls/Styles/Nemo/images/icon-triangle-left.png" source: "image://theme/chevron-left"
} }
MouseArea { MouseArea {
...@@ -122,7 +122,7 @@ Item { ...@@ -122,7 +122,7 @@ Item {
height: toolMeasure height: toolMeasure
sourceSize.height: height sourceSize.height: height
visible: drawerLevels && drawerLevels.length > 1 visible: drawerLevels && drawerLevels.length > 1
source: "/usr/lib/qt5/qml/QtQuick/Controls/Styles/Nemo/images/dots-vertical.png" source: "image://theme/ellipsis-v"
rotation: isUiPortrait ? 0 : 90 rotation: isUiPortrait ? 0 : 90
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment