diff options
author | Timm Bäder <mail@baedert.org> | 2017-04-21 22:34:36 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2017-04-25 20:30:37 +0200 |
commit | c92b7d4224b9cef1d08373fcc28f7fbd96c64e6d (patch) | |
tree | 6eaa81528f6ec5152eccc475df7b4d8a769f3ea6 /gtk/ui/gtkaboutdialog.ui | |
parent | 5729ea7744c2a41ae8fb833db6690a6aa5ad7a84 (diff) | |
download | gtk+-c92b7d4224b9cef1d08373fcc28f7fbd96c64e6d.tar.gz |
box: Remove fill child property
GtkWidget:halign and GtkWidget:valign are sufficient
Diffstat (limited to 'gtk/ui/gtkaboutdialog.ui')
-rw-r--r-- | gtk/ui/gtkaboutdialog.ui | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gtk/ui/gtkaboutdialog.ui b/gtk/ui/gtkaboutdialog.ui index 2f8a33525e..6224fd4b7f 100644 --- a/gtk/ui/gtkaboutdialog.ui +++ b/gtk/ui/gtkaboutdialog.ui @@ -37,9 +37,6 @@ <property name="visible">1</property> <property name="icon-name">image-missing</property> </object> - <packing> - <property name="fill">0</property> - </packing> </child> <child> <object class="GtkLabel" id="name_label"> @@ -49,7 +46,6 @@ <property name="selectable">1</property> </object> <packing> - <property name="fill">0</property> <property name="position">1</property> </packing> </child> @@ -74,9 +70,6 @@ <property name="justify">center</property> <property name="selectable">1</property> </object> - <packing> - <property name="fill">0</property> - </packing> </child> <child> <object class="GtkLabel" id="comments_label"> @@ -87,9 +80,6 @@ <property name="selectable">1</property> <property name="max-width-chars">60</property> </object> - <packing> - <property name="fill">0</property> - </packing> </child> <child> <object class="GtkLabel" id="website_label"> @@ -98,9 +88,6 @@ <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> <child> <object class="GtkLabel" id="copyright_label"> @@ -111,9 +98,6 @@ <property name="selectable">1</property> <property name="max-width-chars">60</property> </object> - <packing> - <property name="fill">0</property> - </packing> </child> <child> <object class="GtkLabel" id="license_label"> @@ -125,9 +109,6 @@ <property name="selectable">1</property> <property name="max-width-chars">60</property> </object> - <packing> - <property name="fill">0</property> - </packing> </child> </object> <packing> |