summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorsabriunal <libreajans@gmail.com>2022-11-30 01:00:24 +0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-11-30 12:57:29 +0000
commita1192adc9f75e7b2cc03c81860d3e59e175b6372 (patch)
tree7f671ae9a844b0c78df81d19257d9fcf423903e7 /shell
parent6c266471545b05a11139eb1a1c36ce655f674bb9 (diff)
downloadgnome-control-center-a1192adc9f75e7b2cc03c81860d3e59e175b6372.tar.gz
help-overlay: remove visible property names
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
Diffstat (limited to 'shell')
-rw-r--r--shell/help-overlay.ui9
1 files changed, 0 insertions, 9 deletions
diff --git a/shell/help-overlay.ui b/shell/help-overlay.ui
index 4db4aaa6c..71c4f9d7a 100644
--- a/shell/help-overlay.ui
+++ b/shell/help-overlay.ui
@@ -6,23 +6,19 @@
<property name="modal">1</property>
<child>
<object class="GtkShortcutsSection">
- <property name="visible">1</property>
<property name="section-name">shortcuts</property>
<property name="max-height">10</property>
<child>
<object class="GtkShortcutsGroup">
- <property name="visible">1</property>
<property name="title" translatable="yes" context="shortcut window">General</property>
<child>
<object class="GtkShortcutsShortcut">
- <property name="visible">1</property>
<property name="accelerator">&lt;ctrl&gt;Q</property>
<property name="title" translatable="yes" context="shortcut window">Quit</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
- <property name="visible">1</property>
<property name="accelerator">&lt;ctrl&gt;S</property>
<property name="title" translatable="yes" context="shortcut window">Search</property>
</object>
@@ -43,11 +39,9 @@
</child>
<child>
<object class="GtkShortcutsGroup">
- <property name="visible">1</property>
<property name="title" translatable="yes" context="shortcut window">Panels</property>
<child>
<object class="GtkShortcutsShortcut">
- <property name="visible">1</property>
<property name="accelerator">&lt;Alt&gt;Left</property>
<property name="direction">GTK_TEXT_DIR_LTR</property>
<property name="title" translatable="yes" context="shortcut window">Go back to previous panel</property>
@@ -55,7 +49,6 @@
</child>
<child>
<object class="GtkShortcutsShortcut">
- <property name="visible">1</property>
<property name="accelerator">&lt;Alt&gt;Right</property>
<property name="direction">GTK_TEXT_DIR_RTL</property>
<property name="title" translatable="yes" context="shortcut window">Go back to previous panel</property>
@@ -65,11 +58,9 @@
</child>
<child>
<object class="GtkShortcutsGroup">
- <property name="visible">1</property>
<property name="title" translatable="yes" context="shortcut window">Search</property>
<child>
<object class="GtkShortcutsShortcut">
- <property name="visible">1</property>
<property name="accelerator">Escape</property>
<property name="title" translatable="yes" context="shortcut window">Cancel search</property>
</object>