Snake/SnakeClient/SnakeApp/front-end/LeftBoxSideBar.qml

14 lines
246 B
QML
Raw Normal View History

2019-08-08 19:11:17 +03:00
import QtQuick 2.0
LeftSideBar {
resizeHeight: true;
closedHeight: closedWidth;
openHeight: 10 * metrix.pt;
openWidth: 10 * metrix.pt;
anchors.left: parent.left;
anchors.top: undefined;
anchors.bottom: undefined;
}