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:
parent
389ee0dfe5
commit
8c08abd0a3
1 changed files with 1 additions and 1 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue