Hi,

On Tuesday, 6. January 2015 22:44:19 Jeffrey Ratcliffe wrote:
> Thanks for these. I've cherry-picked most of the them.
> 
> I like the scroll window around the font combobox because otherwise,
> with some of my font names, the dialog is wider than the screen.
No problem at all.

What bothered me the most with the fonts Combobox was its height.
Compared to the other elements on the dialog it looked huge.
Maybe enclosing it into an additional HBox can make it

> I'll hold off with the spin button for the resolution in properties
> because it can't display a decimal point, which is what you might get
> under certain circumstances. It has been useful in the past for
> testing for import problems.
This is strange, because that's what
        $spinbutton->set_digits(1);
should achieve.

In my installation (Debian testing) I have the decimal point and exactly one 
decimal digit, which I also can edit, after it. See attached image.

It was one of the explicit goals of this patch  to have exactly one decimal 
digit, and all raw resolution values correctly rounded to that precision.

Previously I had resolution values of 299.99 or the like in gscan2pdf
while the original resolution was exactly 300.
This was made worse by the text field only showing 4 characters.

Best
Peter
-- 
Peter Marschall
pe...@adpm.de

Reply via email to