mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-29 05:30:41 +00:00
0e26afbf0a
This isn't necessary anymore with the default font size fixed, remove it. The label itself is still useful for coloring, and perhaps more styling in the future. Signed-off-by: Sebastian Kügler <sebas@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
9 lines
180 B
QML
9 lines
180 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 {
|
|
color: theme.textColor
|
|
}
|