overte/interface/resources/qml/StatText.qml
2017-11-13 16:37:28 +01:00

8 lines
124 B
QML

import QtQuick 2.3
Text {
color: "white";
style: Text.Outline;
styleColor: "black";
font.pixelSize: 12;
}