Minimap widget is now horizontally resizeable
This commit is contained in:
parent
6961492e00
commit
27f7871a08
|
@ -20,3 +20,9 @@ MiniWindow
|
||||||
Minimap
|
Minimap
|
||||||
id: minimap
|
id: minimap
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
|
ResizeBorder
|
||||||
|
anchors.right: parent.right
|
||||||
|
anchors.top: parent.top
|
||||||
|
anchors.bottom: parent.bottom
|
||||||
|
enabled: true
|
||||||
|
|
Loading…
Reference in New Issue