>> - Click on the widget to select the whole dialog
>> - Press "layout in a grid"
>
> yes, this gives slightly better results. is this ok on win (Uwe?)
No I still couldn't see the optional arguments field. I recreated the dialog
and now it works.
One has to select all contents of a groupbox and the groupbox itself and then layout this in a grid.
Then the groupbox as the minimal size of its contents.
I committed your patch and the fixed layout:
http://www.lyx.org/trac/changeset/20881
---
> - os << "\\pdf_bookmarksopenlevel \"" << bookmarksopenlevel << "\"\n";
> + os << "\\pdf_bookmarksopenlevel " << convert<string>(bookmarksopenlevel)
<< '\n';
This is not needed as the level is a spinbox so that its content can be treated as number. I haven't
committed this.
regards Uwe