[gnome-control-center/expand-subtitle-labels-to-2-lines-in-rows: 2/2] multitasking: Expand row subtitles to a second line




commit 305fc2e26e9ae2fcb9f8400dbce0a7330671f0b7
Author: Felipe Borges <felipeborges gnome org>
Date:   Wed Oct 6 12:37:44 2021 +0200

    multitasking: Expand row subtitles to a second line
    
    Depending on the language used, the label could get long and
    unreadable (ellipsized).
    
    Fixes #1486

 panels/multitasking/cc-multitasking-row.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/panels/multitasking/cc-multitasking-row.ui b/panels/multitasking/cc-multitasking-row.ui
index a3377229f..dcb90e9d4 100644
--- a/panels/multitasking/cc-multitasking-row.ui
+++ b/panels/multitasking/cc-multitasking-row.ui
@@ -75,7 +75,7 @@
                     <property name="ellipsize">end</property>
                     <property name="halign">start</property>
                     <property name="hexpand">True</property>
-                    <property name="lines">1</property>
+                    <property name="lines">2</property>
                     <property name="wrap">True</property>
                     <property name="wrap-mode">word-char</property>
                     <property name="xalign">0</property>


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