summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@dfupdate.se>2023-05-04 22:28:31 +0200
committerMarcus Lundblad <ml@dfupdate.se>2023-05-08 23:29:10 +0200
commitfdac92185a5f0ebb4328f4e8060a81662c3f1291 (patch)
tree9c324db30469e8e9228a38d5ba970b51d8ea6bf3
parent1049c818718dab09ac0dd6a5f9bdf91aad10794a (diff)
downloadgnome-maps-wip/mlundblad/zoom-and-rotate-overlay-controls.tar.gz
These buttons have now been moved to overlay buttons.
-rw-r--r--data/ui/headerbar-left.ui18
1 files changed, 0 insertions, 18 deletions
diff --git a/data/ui/headerbar-left.ui b/data/ui/headerbar-left.ui
index d43cf32a..5428774d 100644
--- a/data/ui/headerbar-left.ui
+++ b/data/ui/headerbar-left.ui
@@ -20,23 +20,5 @@
<property name="icon-name">layers-button-symbolic</property>
</object>
</child>
- <child>
- <object class="GtkButton">
- <property name="focusable">1</property>
- <property name="valign">center</property>
- <property name="action-name">win.zoom-out</property>
- <property name="tooltip-text" translatable="1" comments="Translators: This is a tooltip">Zoom Out</property>
- <property name="icon-name">zoom-out-symbolic</property>
- </object>
- </child>
- <child>
- <object class="GtkButton">
- <property name="focusable">1</property>
- <property name="valign">center</property>
- <property name="action-name">win.zoom-in</property>
- <property name="tooltip-text" translatable="1" comments="Translators: This is a tooltip">Zoom In</property>
- <property name="icon-name">zoom-in-symbolic</property>
- </object>
- </child>
</template>
</interface>