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

14 lines
272 B
QML

// SPDX-FileCopyrightText: 2020 Chris Josten
//
// SPDX-License-Identifier: BSL-1.0
import QtQuick 2.6
import ".."
Text {
color: Style.foregroundColor
font.pixelSize: Style.fontTitleSize
topPadding: Style.smallPadding
bottomPadding: Style.smallPadding
}