mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
tab: fix spacing
This commit is contained in:
@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user