bar/modules/classes/TopbarIcon.qml (view raw)
1 2 3 4 5 6 7 8 9 10
//TopbarIcon.qml import QtQuick import "../../.." Text { font.pixelSize: Resources.fontsize.topbar_icon color: Resources.palette.orange font.family: font_icon.name // anchors.verticalCenter: verticalCenter }