[geary: 1/2] composer-widget: Fix the info label xalignment



commit 6d17bfb062b2e572bb45fc8d9def26f0018dd778
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Jan 29 11:17:08 2019 +0100

    composer-widget: Fix the info label xalignment
    
    This prevents the label from flickering when it is ellipsized and the
    window is being resized.

 ui/composer-widget.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/ui/composer-widget.ui b/ui/composer-widget.ui
index d2fdf5dd..4414f4fb 100644
--- a/ui/composer-widget.ui
+++ b/ui/composer-widget.ui
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]