GNOME Bugzilla – Bug 790665
Printer name does not use all available space
Last modified: 2017-11-21 16:19:56 UTC
Printer name is ellipsized even if the Printer panel is resized and has enough space for it. Also, when resizing the panel, beginning of printer name and model name changes their positions, it should begin on the same coordinate even when resizing.
Created attachment 364119 [details] [review] printers: Allow printer name and location labels to hexpand Since the main control-center window can now be resized, there's no reason for us to constrain the printer name and location labels from expanding horizontally.
Created attachment 364122 [details] [review] printers: Allow printer name and location labels to hexpand Since the main control-center window can now be resized, there's no reason for us to constrain the printer name and location labels from expanding horizontally.
Review of attachment 364122 [details] [review]: Thank you for the patch. This fixes this issue for me. But lets set the xalign also for printer model. Once added, push it to gnome-3-26 and master branches. Thanks. ::: panels/printers/printer-entry.ui @@ +238,3 @@ <property name="halign">start</property> <property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property> + <property name="xalign">0</property> Lets do this also for the printer model text.
Attachment 364122 [details] pushed as a79eef8 (gnome-3-26) - printers: Allow printer name and location labels to hexpand Attachment 364122 [details] pushed as 950ca7f (master) - printers: Allow printer name and location labels to hexpand