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.
This commit is contained in:
Philip Chimento 2019-09-16 17:08:23 -07:00 committed by Robert Ancell
parent 389ee0dfe5
commit 8c08abd0a3

View file

@ -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"/>