lib: avoid using hexpand in SpProfilerMenuButton

This can cause the widget to expand now that GtkHeaderBar supports expand
for start/end packed children.
This commit is contained in:
Christian Hergert
2016-07-06 23:31:04 -07:00
parent 7bbe8cec72
commit c45a55b467

View File

@ -11,9 +11,11 @@
<child> <child>
<object class="GtkLabel" id="label"> <object class="GtkLabel" id="label">
<property name="ellipsize">end</property> <property name="ellipsize">end</property>
<property name="hexpand">true</property>
<property name="visible">true</property> <property name="visible">true</property>
</object> </object>
<packing>
<property name="expand">true</property>
</packing>
</child> </child>
<child> <child>
<object class="GtkImage"> <object class="GtkImage">