aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/MapWidgetContextMenu.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/MapWidgetContextMenu.qml')
-rw-r--r--mobile-widgets/qml/MapWidgetContextMenu.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/mobile-widgets/qml/MapWidgetContextMenu.qml b/mobile-widgets/qml/MapWidgetContextMenu.qml
index f6edc86ec..ca7da4057 100644
--- a/mobile-widgets/qml/MapWidgetContextMenu.qml
+++ b/mobile-widgets/qml/MapWidgetContextMenu.qml
@@ -16,7 +16,7 @@ Item {
{ idx: actions.COPY_LOCATION_SEXAGESIMAL, itemText: qsTr("Copy location to clipboard (sexagesimal)") }
]
readonly property real itemTextPadding: 10.0
- readonly property real itemHeight: 30.0
+ readonly property real itemHeight: 34.0
readonly property int itemAnimationDuration: 100
readonly property color colorItemBackground: "#dedede"
readonly property color colorItemBackgroundSelected: "grey"
@@ -71,6 +71,7 @@ Item {
height: itemHeight
verticalAlignment: Text.AlignVCenter
text: model.itemText
+ font.pointSize: 10.0
color: model.idx === listModel.selectedIdx ? colorItemTextSelected : colorItemText
onWidthChanged: {
if (width + itemTextPadding * 2.0 > maxItemWidth)