libsysprof-ui: make tabs expand

To be more like gedit and Epiphany
This commit is contained in:
Christian Hergert
2019-05-16 22:13:00 -07:00
parent 55dfb81db3
commit 47610f8660

View File

@ -4,7 +4,7 @@
<requires lib="gtk+" version="3.0"/>
<template class="SysprofTab" parent="GtkBox">
<property name="can_focus">False</property>
<property name="hexpand">False</property>
<property name="hexpand">True</property>
<property name="spacing">6</property>
<child>
<object class="GtkLabel" id="title">
@ -13,7 +13,7 @@
<property name="hexpand">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>