[gnome-software: 9/18] review-row: Wrap the report label




commit 017c171e4e5f18feb0c5fb3d1c319bba1e4f5ef7
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Aug 10 14:37:43 2021 +0200

    review-row: Wrap the report label
    
    This allows the grid to fit on phones.

 src/gs-review-row.ui | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/gs-review-row.ui b/src/gs-review-row.ui
index b5117776e..e8adfd1d7 100644
--- a/src/gs-review-row.ui
+++ b/src/gs-review-row.ui
@@ -87,6 +87,8 @@
               <object class="GtkLabel">
                 <property name="visible">True</property>
                 <property name="label" translatable="yes" comments="Translators: Users can express their 
opinions about other users&apos; opinions about the apps.">Was this review useful to you?</property>
+                <property name="wrap">True</property>
+                <property name="xalign">0</property>
                 <style>
                   <class name="dim-label"/>
                 </style>


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