statusbar: Remove margins in ui file

Widgets themselves shouldn't have margins assigned.
This commit is contained in:
Timm Bäder 2017-02-08 18:31:12 +01:00
parent 0153147ca2
commit 1a7cbddbd4

View File

@ -3,10 +3,6 @@
<!-- interface-requires gtk+ 3.10 -->
<template class="GtkStatusbar" parent="GtkBox">
<property name="spacing">2</property>
<property name="margin-start">10</property>
<property name="margin-end">10</property>
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
<child>
<object class="GtkFrame" id="frame">
<property name="shadow-type">none</property>