tab: fix spacing

This commit is contained in:
Christian Hergert
2021-10-01 13:57:14 -07:00
parent f66254712c
commit 1114ea897e

View File

@ -2,7 +2,6 @@
<interface> <interface>
<template class="SysprofTab" parent="GtkWidget"> <template class="SysprofTab" parent="GtkWidget">
<property name="hexpand">true</property> <property name="hexpand">true</property>
<property name="spacing">6</property>
<child> <child>
<object class="GtkCenterBox" id="center_box"> <object class="GtkCenterBox" id="center_box">
<child type="start"> <child type="start">
@ -16,6 +15,8 @@
</child> </child>
<child type="center"> <child type="center">
<object class="GtkLabel" id="title"> <object class="GtkLabel" id="title">
<property name="margin-start">6</property>
<property name="margin-end">6</property>
</object> </object>
</child> </child>
<child type="end"> <child type="end">