Juergen Spitzmueller wrote: > Have a look at this discussion: > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg30351.html > > We have code that allows inserting units without using the unit choices (try > out the other dialogs and enter e.g. "3cm", close and reopen).
Before I modified the Graphics dialog, the code allowed indeed manual unit input for width/height. However, for the X/Y bounding box values a unsigned_float input filter was in use, thus not allowing manual unit input. This is also in 1.2.0! Any idea why the manual unit input is disabled for the bounding box coordinates? If there's no good reason, I will also enable manual unit input for the bounding box coordinates.....with my next patch, that is. Regards, Rob.