[gnome-software: 3/18] description-box: Drop the forced width in chars




commit 1e4e3e16803fec5146ce0b2f6bb7910d33585772
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Aug 10 14:00:49 2021 +0200

    description-box: Drop the forced width in chars
    
    This allows the box to fit on small form factors without changing its
    visible behavior.

 src/gs-description-box.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/gs-description-box.c b/src/gs-description-box.c
index 204383795..2c84b7963 100644
--- a/src/gs-description-box.c
+++ b/src/gs-description-box.c
@@ -151,7 +151,6 @@ gs_description_box_init (GsDescriptionBox *box)
                "visible", TRUE,
                "can-focus", FALSE,
                "max-width-chars", 40,
-               "width-chars", 40,
                "selectable", TRUE,
                "wrap", TRUE,
                "xalign", 0.0,


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