summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-09-17 01:08:06 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-09-17 01:08:06 -0300
commit886c4fe298442c2f4c0aa46865cbe62d05c320f4 (patch)
tree2ed9315f30d3452b64cc36db262efab4bca1e3db /data
parentfad340fa1e8f5e8fef22dcea6028041795a5f1df (diff)
downloadgnome-todo-886c4fe298442c2f4c0aa46865cbe62d05c320f4.tar.gz
plugin-dialog: Initialize with back button hidden
The back button should only be visible when opening the preferences panel of any plugin. For that, we were simply not setting the visibility of the widget. That used to work on GTK3 because widgets were hidden by default, but this assumption is wrong on GTK4.
Diffstat (limited to 'data')
-rw-r--r--data/ui/plugin-dialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/plugin-dialog.ui b/data/ui/plugin-dialog.ui
index b6184a87..1eb3abc9 100644
--- a/data/ui/plugin-dialog.ui
+++ b/data/ui/plugin-dialog.ui
@@ -63,12 +63,12 @@
</child>
<child type="titlebar">
<object class="GtkHeaderBar" id="headerbar">
- <property name="visible">True</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes">Extensions</property>
<property name="show-title-buttons">True</property>
<child>
<object class="GtkButton" id="back_button">
+ <property name="visible">False</property>
<property name="can_focus">True</property>
<signal name="clicked" handler="back_button_clicked" object="GtdPluginDialog" swapped="no" />
<child>