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:
parent
ce287ef077
commit
6d17bfb062
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue