summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSabri Ünal <libreajans@gmail.com>2023-01-10 01:56:08 +0300
committerJamie Murphy <hello@itsjamie.dev>2023-01-14 11:36:26 +0000
commite3f218a74cbf07a3f710f05a1e6727b508e82243 (patch)
tree79dce9e82fdc765740c834890c833a4c0ff86671
parent725eecdcbce6bc7211b6e23d27e77165a214b6ba (diff)
downloadgnome-todo-e3f218a74cbf07a3f710f05a1e6727b508e82243.tar.gz
help-overlay: Remove visible properties
Due to widgets are visible by default on GTK4 remove visible property names. Source: https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkwidget.c#L1275
-rw-r--r--src/gui/shortcuts-dialog.ui8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gui/shortcuts-dialog.ui b/src/gui/shortcuts-dialog.ui
index 38a1a853..b373eac4 100644
--- a/src/gui/shortcuts-dialog.ui
+++ b/src/gui/shortcuts-dialog.ui
@@ -5,26 +5,22 @@
<child>
<object class="GtkShortcutsSection">
- <property name="visible">True</property>
<property name="section-name">shortcuts</property>
<property name="max-height">10</property>
<!-- General shortcuts -->
<child>
<object class="GtkShortcutsGroup">
- <property name="visible">True</property>
<property name="title" translatable="yes" context="shortcut window">General</property>
<child>
<object class="GtkShortcutsShortcut">
- <property name="visible">True</property>
<property name="title" translatable="yes" context="shortcut window">Quit</property>
<property name="accelerator">&lt;Control&gt;Q</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
- <property name="visible">True</property>
<property name="title" translatable="yes" context="shortcut window">Help</property>
<property name="accelerator">F1</property>
</object>
@@ -33,7 +29,6 @@
<child>
<object class="GtkShortcutsShortcut">
- <property name="visible">True</property>
<property name="title" translatable="yes" context="shortcut window">Move to the panel/view up</property>
<property name="accelerator">&lt;Control&gt;Page_Up</property>
</object>
@@ -41,7 +36,6 @@
<child>
<object class="GtkShortcutsShortcut">
- <property name="visible">True</property>
<property name="title" translatable="yes" context="shortcut window">Move to the panel/view up</property>
<property name="accelerator">&lt;Alt&gt;Up</property>
</object>
@@ -49,7 +43,6 @@
<child>
<object class="GtkShortcutsShortcut">
- <property name="visible">True</property>
<property name="title" translatable="yes" context="shortcut window">Move to the panel/view below</property>
<property name="accelerator">&lt;Control&gt;Page_Down</property>
</object>
@@ -57,7 +50,6 @@
<child>
<object class="GtkShortcutsShortcut">
- <property name="visible">True</property>
<property name="title" translatable="yes" context="shortcut window">Move to the panel/view below</property>
<property name="accelerator">&lt;Alt&gt;Down</property>
</object>