Issue #12718: Reduce height of Load PDF dialog
This patch attempts to resolve (or at least improve) #12718 (closed).
It does the following to reduce the height of the Load PDF GUI:
- Hides the title label if the PDF does not have a title.
- Reduce the padding around elements
- Reduces the requested height of the GimpPageSelector widget.
- Alter the GimpPageSelector widget so that the layer/image combobox and the range entry are on the same line.
Before | After |
---|---|
![]() |
![]() |
(Not to scale)
Tagging the advocate of dialogue height @brunolopesdsilv and @rangelovd for their thoughts on the layout change. GimpPageSelector
is only used by Load PDF, Load TIFF, and Load PS.
Edited by Alx Sa