10 lines
236 B
QML
10 lines
236 B
QML
import "root:/widgets"
|
|
import "root:/utils"
|
|
import "root:/config"
|
|
|
|
StyledText {
|
|
text: Icons.osIcon
|
|
font.pointSize: Appearance.font.size.smaller
|
|
font.family: Appearance.font.family.mono
|
|
color: Appearance.colours.yellow
|
|
}
|