[gnome-software/wjt/1619-os-banner: 62/62] upgrade-banner: Allow wrapping title




commit 0de167555ffaa4d7175cd2f8aed4da8355c8853e
Author: Will Thompson <will willthompson co uk>
Date:   Wed Feb 2 11:33:59 2022 +0000

    upgrade-banner: Allow wrapping title
    
    Fixes #1619

 src/gs-upgrade-banner.ui | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/gs-upgrade-banner.ui b/src/gs-upgrade-banner.ui
index 4bc934ed8..1f0f6abef 100644
--- a/src/gs-upgrade-banner.ui
+++ b/src/gs-upgrade-banner.ui
@@ -26,6 +26,9 @@
               <object class="GtkLabel" id="label_upgrades_title">
                 <property name="margin-top">32</property>
                 <property name="margin_bottom">6</property>
+                <property name="wrap">True</property>
+                <property name="halign">center</property>
+                <property name="justify">center</property>
                 <!-- Just a placeholder; actual label text is set in code -->
                 <property name="label">GNOME 3.20 Now Available</property>
                 <attributes>


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