[gnome-software: 1/2] gs-details-page: Ellipsize developer name




commit 19ef912fed7296eafc752eac1a6745b6e645f9ac
Author: Philip Withnall <pwithnall endlessos org>
Date:   Tue Aug 17 11:32:13 2021 +0100

    gs-details-page: Ellipsize developer name
    
    This stops it forcing the page to be wider at narrow page widths.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Fixes: #1403

 src/gs-details-page.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gs-details-page.ui b/src/gs-details-page.ui
index 97eaabd1d..3c7a52a71 100644
--- a/src/gs-details-page.ui
+++ b/src/gs-details-page.ui
@@ -171,6 +171,7 @@
                                             <child>
                                               <object class="GtkLabel" id="developer_name_label">
                                                 <property name="visible">True</property>
+                                                <property name="ellipsize">end</property>
                                                 <!-- This is a placeholder; the real value is set in code -->
                                                 <property name="label">Yorba</property>
                                                 <property name="wrap">False</property>


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