1
0
Fork 0
mirror of https://github.com/HenkKalkwater/sddm-nx synced 2024-07-05 19:03:52 +00:00
sddm-nx/components/Title.qml

10 lines
187 B
QML
Raw Normal View History

2020-05-14 23:12:55 +00:00
import QtQuick 2.6
import ".."
Text {
color: Style.foregroundColor
font.pixelSize: Style.fontTitleSize
topPadding: Style.smallPadding
bottomPadding: Style.smallPadding
}