mirror of
https://github.com/HenkKalkwater/sddm-nx
synced 2024-11-16 08:25:18 +00:00
10 lines
187 B
QML
10 lines
187 B
QML
|
import QtQuick 2.6
|
||
|
import ".."
|
||
|
|
||
|
Text {
|
||
|
color: Style.foregroundColor
|
||
|
font.pixelSize: Style.fontTitleSize
|
||
|
topPadding: Style.smallPadding
|
||
|
bottomPadding: Style.smallPadding
|
||
|
}
|