overte/interface/resources/qml/+android/StatText.qml
SamGondelman 0fa73c73ce stats
2018-03-15 16:05:46 -07:00

9 lines
151 B
QML

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