[gnome-control-center/gnome-3-34] printers: Give printer name fewer characters in width



commit c2af9304546e9664e6a31f2a1c9b373bc83899ea
Author: Philip Chimento <philip endlessm com>
Date:   Mon Sep 16 17:08:23 2019 -0700

    printers: Give printer name fewer characters in width
    
    At the default window size, the printer name label is too wide and
    collapses the UI into phone mode. (This is the only panel that shows up
    in phone mode by default.) Giving the printer name fewer characters
    avoids this.

 panels/printers/printer-entry.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/panels/printers/printer-entry.ui b/panels/printers/printer-entry.ui
index c72b90a99..6827da608 100644
--- a/panels/printers/printer-entry.ui
+++ b/panels/printers/printer-entry.ui
@@ -121,7 +121,7 @@
                     <property name="hexpand">True</property>
                     <property name="halign">start</property>
                     <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property>
-                    <property name="width-chars">30</property>
+                    <property name="width-chars">22</property>
                     <property name="xalign">0</property>
                     <attributes>
                       <attribute name="weight" value="bold"/>


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