1
0
Fork 0
mirror of https://github.com/HenkKalkwater/sddm-nx synced 2024-05-16 23:12:43 +00:00
sddm-nx/components/Title.qml
2020-05-15 01:12:55 +02:00

10 lines
187 B
QML

import QtQuick 2.6
import ".."
Text {
color: Style.foregroundColor
font.pixelSize: Style.fontTitleSize
topPadding: Style.smallPadding
bottomPadding: Style.smallPadding
}