Opened 15 years ago

Last modified 4 years ago

#4178 assigned bug

Font size sensitive printing UI — at Version 7

Reported by: laplace Owned by: laplace
Priority: normal Milestone: R1.1
Component: Printing Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by laplace)

Using the layout managers from Haiku the printing related UI should be made font size sensitive.

Last BeOS R5 compatible repository revision number 32222.

The list of tasks:

Print server

[X] Printer selection dialog

Printers preferences

[ ] Main window

[ ] Add printer dialog

Printer drivers

[ ] libprint

[ ] Job setup dialog

[ ] Page setup dialog

[ ] Preview window

[ ] PCL6

[ ] Add printer dialog

[ ] PDF

[ ] Add printer dialog

[ ] Advanced settings dialog

[ ] Document information dialog

[ ] Fonts dialog

[ ] Job setup dialog

[ ] Page setup dialog

[ ] Preview

[ ] Job setup dialog

[ ] Page setup dialog

[ ] Transport Add-Ons

[ ] HP Jet Direct

[ ] IPP

[ ] LPR

Please use [O] to mark an item being worked on and [X] when it is completed. Also post in the comments what task you are working on.

Change History (9)

comment:1 by laplace, 15 years ago

Owner: changed from julun to laplace

comment:2 by laplace, 15 years ago

I am going to update Print server/Printer selection dialog

comment:3 by laplace, 15 years ago

Description: modified (diff)

comment:4 by laplace, 15 years ago

Description: modified (diff)

by laplace, 15 years ago

Attachment: PrintSetup1.png added

by laplace, 15 years ago

Attachment: PrintSetup2.png added

comment:5 by laplace, 15 years ago

Print server/Printer implemented in hrev32226

However there is an issue with horizontal alignment of the text:

After changing the page setup:

The "Paper Setup" text is indented too far to the right, because the layout manager has increased the width of the (picture) button.

I have used "Glue" in the BGroupLayoutBuilder(B_HORIZONTAL) to left align the text. Is "Glue" supposed to consume completely the remaining available space?

comment:6 by axeld, 15 years ago

Depends where you added it. You may also want to play with the "weight" of the glue, or set an explicit max size to the button.

For the window above, I would probably use a 2x2 grid layout for the buttons and the labels.

comment:7 by laplace, 15 years ago

Description: modified (diff)

Fixed in hrev32229 setting the explicit max button size. Thank you Axel.

Note: See TracTickets for help on using tickets.