summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/MapWidgetContextMenu.qml
blob: f26a700f7b8a9191401cfdfc33064f6fcac9be63 (plain) (blame)
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.7

Item {
	Rectangle {
		width: 100; height: width
		color: "white"
	}
}