Skip to content

Issue #12718: Reduce height of Load PDF dialog

Alx Sa requested to merge alxsa-load-pdf-height into master

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
image image

(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

Merge request reports

Loading