
On Mar 25, 2008, at 4:04 PM, Bernard Gray wrote:
For screens with a low Y axis res such as the EEE (480px) I noticed the left hand tool dialog does not provide a scrollbar - the bar just runs offscreen. Only a minor niggle, and in reality I probably should not be running inkscape on the EEE but I have a valid reason to do so, and it would be nice to be able to accomodate it.
Yes.
The top toolbars have mostly been converted to standard GTK+ toolbars, but the vertical one has not yet been converted. Once it is, then it will also have the overflow menu.
The main holdup is that there is a lot of functional logic tied into peeking directly at the UI widgets, so it wasn't a trivial fix.
Oh, and also the conversion I've been doing involves replacing the hardcoded toolbar code with Actions and internal XML. I'm targeting being able to expose some XML format for the toolbars, similar to how the menus are exposed. This will allow you to trim down what shows up where, drop the icons/tools you don't use, etc.