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