blob: d022e22568acc94e4ae8fc0ed69f34185e2d3387 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.11
import QtQuick.Controls 2.4
Label {
color: subsurfaceTheme.textColor
font.pointSize: subsurfaceTheme.regularPointSize
}
|