diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-12-30 10:20:16 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-12-30 10:33:16 -0500 |
commit | e62696b1453763e39346f2b57588ee62b7d80184 (patch) | |
tree | 222823eee48c1e2fade9a906975d609c02226a64 /gtk/ui | |
parent | 9d8b07d1504f1400748860c4bcc41c0866ec53b7 (diff) | |
download | gtk+-e62696b1453763e39346f2b57588ee62b7d80184.tar.gz |
about dialog: Simplify the template a bit
Remove some unnecessary complications, like an extraneous
box, and some child property settings that are not needed.
Diffstat (limited to 'gtk/ui')
-rw-r--r-- | gtk/ui/gtkaboutdialog.ui | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/gtk/ui/gtkaboutdialog.ui b/gtk/ui/gtkaboutdialog.ui index c5c4f7082d..5c795a4a30 100644 --- a/gtk/ui/gtkaboutdialog.ui +++ b/gtk/ui/gtkaboutdialog.ui @@ -91,20 +91,11 @@ </packing> </child> <child> - <object class="GtkBox" id="hbox"> - <property name="visible">1</property> - <property name="homogeneous">1</property> - <child> - <object class="GtkLabel" id="website_label"> - <property name="no-show-all">1</property> - <property name="label">http://website.com</property> - <property name="selectable">1</property> - <signal name="activate-link" handler="emit_activate_link" object="GtkAboutDialog" swapped="yes"/> - </object> - <packing> - <property name="fill">0</property> - </packing> - </child> + <object class="GtkLabel" id="website_label"> + <property name="no-show-all">1</property> + <property name="label">http://website.com</property> + <property name="selectable">1</property> + <signal name="activate-link" handler="emit_activate_link" object="GtkAboutDialog" swapped="yes"/> </object> <packing> <property name="fill">0</property> |