mirror of
https://github.com/QuasarApp/Hanoi-Towers.git
synced 2025-04-29 11:14:31 +00:00
12 lines
156 B
QML
12 lines
156 B
QML
import QtQuick 2.4
|
|
import QtQuick.Controls 2.0
|
|
|
|
Text{
|
|
Theme{
|
|
id: theme;
|
|
}
|
|
verticalAlignment: Text.AlignVCenter
|
|
|
|
font.pixelSize: 0
|
|
}
|