diff options
author | Timm Bäder <mail@baedert.org> | 2017-07-17 13:21:21 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-07-19 21:27:16 -0400 |
commit | 9bf5def6b729f5ff4d587e6b7525ba05e713cfc9 (patch) | |
tree | b08c560ca71b916ee9d55b09f56d7bbb1c722181 /gtk/ui | |
parent | 4a4c7131fd5760daafefe7b87dd2792a23692817 (diff) | |
download | gtk+-9bf5def6b729f5ff4d587e6b7525ba05e713cfc9.tar.gz |
statusbar: Inherit from GtkWidget
Diffstat (limited to 'gtk/ui')
-rw-r--r-- | gtk/ui/gtkstatusbar.ui | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/ui/gtkstatusbar.ui b/gtk/ui/gtkstatusbar.ui index bfa354b880..b0191a300e 100644 --- a/gtk/ui/gtkstatusbar.ui +++ b/gtk/ui/gtkstatusbar.ui @@ -1,8 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <interface domain="gtk30"> <!-- interface-requires gtk+ 3.10 --> - <template class="GtkStatusbar" parent="GtkBox"> - <property name="spacing">2</property> + <template class="GtkStatusbar" parent="GtkWidget"> <property name="hexpand">0</property> <child> <object class="GtkFrame" id="frame"> @@ -11,7 +10,6 @@ <child> <object class="GtkBox" id="message_area"> <property name="spacing">4</property> - <property name="margin">4</property> <child> <object class="GtkLabel" id="label"> <property name="halign">start</property> |