subsurface/qt-mobile/Label.qml
Sebastian Kügler b7e33eb8bb More info in ThemeTest
This makes problems with the default font more apparent

Signed-off-by: Sebastian Kügler <sebas@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2015-11-06 14:07:32 -08:00

11 lines
201 B
QML

import QtQuick 2.5
//import QtQuick.Controls 1.2 as QuickControls
import QtQuick.Window 2.2
import QtQuick.Dialogs 1.2
import QtQuick.Layouts 1.1
Text {
font.pointSize: 18
color: theme.textColor
}