summaryrefslogtreecommitdiff
path: root/gtk/ui/gtkaboutdialog.ui
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-12-26 09:00:08 +0100
committerMatthias Clasen <mclasen@redhat.com>2019-01-23 19:30:46 -0500
commit494e9d750a68b8de25853d7ad908bf83d359a077 (patch)
tree2f9950a0a700d1fe60e57fba18720c53b8c549ec /gtk/ui/gtkaboutdialog.ui
parent3a13515777dc098610185e07ad0153622b7c3d02 (diff)
downloadgtk+-494e9d750a68b8de25853d7ad908bf83d359a077.tar.gz
dialog: Expose the content area as a separate GtkBox child
This way, the "vbox" internal child does not contain anything by default. It previously did contain "internal" widgetry like the action area.
Diffstat (limited to 'gtk/ui/gtkaboutdialog.ui')
-rw-r--r--gtk/ui/gtkaboutdialog.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/ui/gtkaboutdialog.ui b/gtk/ui/gtkaboutdialog.ui
index f698c758b9..10d42987d2 100644
--- a/gtk/ui/gtkaboutdialog.ui
+++ b/gtk/ui/gtkaboutdialog.ui
@@ -15,8 +15,8 @@
</child>
</object>
</child>
- <child internal-child="vbox">
- <object class="GtkBox" id="dialog-vbox1">
+ <child internal-child="content_area">
+ <object class="GtkBox">
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<property name="margin">5</property>