[gnome-software: 1/2] app-row: Wrap the warning label




commit 552fe231b4205fe322b9867d712c2ca24e25b10e
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Jan 15 16:37:43 2021 +0100

    app-row: Wrap the warning label
    
    It's important information, we must ensure the receives has it.
    
    Fixes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1121

 src/gs-app-row.ui | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/gs-app-row.ui b/src/gs-app-row.ui
index d2d74471..75a4bfe2 100644
--- a/src/gs-app-row.ui
+++ b/src/gs-app-row.ui
@@ -175,7 +175,8 @@
                     <property name="visible">False</property>
                     <property name="label">warning-text</property>
                     <property name="halign">start</property>
-                    <property name="ellipsize">middle</property>
+                    <property name="wrap">True</property>
+                    <property name="xalign">0</property>
                     <attributes>
                       <attribute name="weight" value="bold"/>
                       <attribute name="foreground" value="#cccc00000000"/>


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