summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-27 14:58:01 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-28 17:07:15 +0100
commit2e89fec50a5b9d843d9809927e1a4c48adddaf81 (patch)
tree93da1e95fe61b97aacf899ac038a07878e94510e
parent7eba28b5434918403542cd4cbf42989048294c74 (diff)
downloadtotem-2e89fec50a5b9d843d9809927e1a4c48adddaf81.tar.gz
main: Hide Zoom shortcuts and menu item
It won't be implemented in the first pass at porting to gtkglsink.
-rw-r--r--data/shortcuts.ui14
-rw-r--r--data/totem.ui4
2 files changed, 0 insertions, 18 deletions
diff --git a/data/shortcuts.ui b/data/shortcuts.ui
index 609eeb52f..689e5ae3d 100644
--- a/data/shortcuts.ui
+++ b/data/shortcuts.ui
@@ -83,20 +83,6 @@
</object>
</child>
<child>
- <object class="GtkShortcutsShortcut" id="zoom-in">
- <property name="visible">1</property>
- <property name="accelerator">R</property>
- <property name="title" translatable="yes" context="shortcut window">Zoom in</property>
- </object>
- </child>
- <child>
- <object class="GtkShortcutsShortcut" id="zoom-out">
- <property name="visible">1</property>
- <property name="accelerator">T &lt;ctrl&gt;0</property>
- <property name="title" translatable="yes" context="shortcut window">Zoom out</property>
- </object>
- </child>
- <child>
<object class="GtkShortcutsShortcut" id="rotate-right">
<property name="visible">1</property>
<property name="accelerator">&lt;Primary&gt;R</property>
diff --git a/data/totem.ui b/data/totem.ui
index 94cd35340..cef35ffc8 100644
--- a/data/totem.ui
+++ b/data/totem.ui
@@ -77,10 +77,6 @@
</item>
</section>
</submenu>
- <item>
- <attribute name="label" translatable="yes">Zoom In</attribute>
- <attribute name="action">app.zoom</attribute>
- </item>
<section id="rotation-placeholder"/>
<item>
<attribute name="label" translatable="yes">Switch An_gles</attribute>