[gnome-software: 1/2] app-version-history-row: Drop max width char




commit 823cd847762b7605473830fe7d01c64beb90bd3a
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Nov 30 15:53:20 2021 +0100

    app-version-history-row: Drop max width char
    
    It's not needed as we use a clamp, and it made vertical size
    requirements freak out.

 src/gs-app-version-history-row.ui | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/gs-app-version-history-row.ui b/src/gs-app-version-history-row.ui
index 6468de902..e6d08eced 100644
--- a/src/gs-app-version-history-row.ui
+++ b/src/gs-app-version-history-row.ui
@@ -44,7 +44,6 @@
           <object class="GtkLabel" id="version_description_label">
             <property name="margin_top">6</property>
             <property name="wrap">True</property>
-            <property name="max_width_chars">20</property>
             <property name="xalign">0</property>
             <property name="yalign">0.5</property>
             <property name="vexpand">True</property>


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