mirror of
https://github.com/QuasarApp/Snake.git
synced 2025-04-28 18:54:40 +00:00
14 lines
246 B
QML
14 lines
246 B
QML
|
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;
|
||
|
|
||
|
}
|
||
|
|