bar/modules/classes/BottombarIcon.qml (view raw)
1 2 3 4 5 6 7 8 9
//BottombarIcon.qml import QtQuick import "../../.." Text { font.pixelSize: Resources.fontsize.bottombar_icon color: Style.orange font.family: font_icon.name }