composer-widget: Fix the info label xalignment

This prevents the label from flickering when it is ellipsized and the
window is being resized.
This commit is contained in:
Adrien Plazas 2019-01-29 11:17:08 +01:00
parent ce287ef077
commit 6d17bfb062

View file

@ -764,6 +764,7 @@
<property name="can_focus">True</property>
<property name="ellipsize">end</property>
<property name="width_chars">6</property>
<property name="xalign">0.0</property>
<style>
<class name="dim-label"/>
</style>