summaryrefslogtreecommitdiff
path: root/data/ui
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@dfupdate.se>2023-05-03 22:30:12 +0200
committerMarcus Lundblad <ml@dfupdate.se>2023-05-06 23:55:31 +0200
commit26e4437d3dbd74cafe215278365a852d3543b1c9 (patch)
treed8def30ba9920088f69a988503c57574b62bbfaf /data/ui
parente1c308cac42802846805e3e49de8ddb680a08bcf (diff)
downloadgnome-maps-26e4437d3dbd74cafe215278365a852d3543b1c9.tar.gz
mainWindow: Embed the map view in an overlay
This will allow us to add overlayed zoom and rotation control buttons that are not part of the map view (when exported to an image).
Diffstat (limited to 'data/ui')
-rw-r--r--data/ui/main-window.ui8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/ui/main-window.ui b/data/ui/main-window.ui
index 881a3608..edb531f6 100644
--- a/data/ui/main-window.ui
+++ b/data/ui/main-window.ui
@@ -51,6 +51,14 @@
<child>
<object class="GtkGrid" id="grid">
<child>
+ <object class="GtkOverlay" id="mapOverlay">
+ <layout>
+ <property name="column">0</property>
+ <property name="row">0</property>
+ </layout>
+ </object>
+ </child>
+ <child>
<object class="GtkBox" id="placeBarContainer">
<layout>
<property name="column">0</property>