[gnome-software: 1/2] details-page: Wrap the loading label




commit 7790ca0be7b15641419b3c7fda48fd33b67e452c
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Mon Feb 28 09:38:23 2022 +0100

    details-page: Wrap the loading label
    
    This ensures the label — and by extension the whole app details page —
    fits phones, even in languages with long words.

 src/gs-details-page.ui | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/gs-details-page.ui b/src/gs-details-page.ui
index 3e00207b2..058917046 100644
--- a/src/gs-details-page.ui
+++ b/src/gs-details-page.ui
@@ -35,7 +35,9 @@
                 </child>
                 <child>
                   <object class="GtkLabel" id="loading_label">
+                    <property name="justify">center</property>
                     <property name="label" translatable="yes">Loading application details…</property>
+                    <property name="wrap">True</property>
                     <attributes>
                       <attribute name="scale" value="1.4"/>
                     </attributes>


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