diff options
Diffstat (limited to 'gtk/ui/gtkstatusbar.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> |