Hanoi-Towers/source/base/BaseText.qml

12 lines
156 B
QML
Raw Normal View History

2018-04-06 14:08:14 +03:00
import QtQuick 2.4
import QtQuick.Controls 2.0
Text{
Theme{
id: theme;
}
verticalAlignment: Text.AlignVCenter
2018-04-11 22:13:34 +03:00
font.pixelSize: 0
2018-04-06 14:08:14 +03:00
}