[gnome-software: 1/3] review-row: Ellipsize the author label




commit b7a6b61a82992752c5a4336fb6dd04010f82c1ab
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Mar 1 14:20:37 2022 +0100

    review-row: Ellipsize the author label
    
    This avoids the row to grow too wide.

 src/gs-review-row.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gs-review-row.ui b/src/gs-review-row.ui
index 9c373bc63..89a236d20 100644
--- a/src/gs-review-row.ui
+++ b/src/gs-review-row.ui
@@ -51,6 +51,7 @@
           <object class="GtkLabel" id="author_label">
             <property name="halign">start</property>
             <property name="label">Angela Avery</property>
+            <property name="ellipsize">end</property>
             <property name="selectable">True</property>
             <style>
               <class name="dim-label"/>


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