mirror of
https://github.com/overte-org/overte.git
synced 2025-05-17 23:50:18 +02:00
15 lines
228 B
QML
15 lines
228 B
QML
import QtQuick 2.0
|
|
import "../avatarPackager" 1.0
|
|
|
|
Item {
|
|
id: root
|
|
width: 480
|
|
height: 706
|
|
|
|
AvatarPackagerApp {
|
|
width: parent.width
|
|
height: parent.height
|
|
|
|
desktopObject: tabletRoot
|
|
}
|
|
}
|