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 {
fillMode: Image.PreserveAspectFit
sourceSize.width: width
sourceSize.height: height
source: "/usr/lib/qt5/qml/QtQuick/Controls/Styles/Nemo/images/icon-triangle-left.png"
source: "image://theme/chevron-left"
}
MouseArea {
......@@ -122,7 +122,7 @@ Item {
height: toolMeasure
sourceSize.height: height
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
}
}
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