On Jul 2, 2010, at 4:24 AM, Kris De Gussem wrote:
I like the default behaviour, because there is much more space avaiable for the drawing. But, is not it possible to make the bars draggable again so that you can position them where you want them too (similar to 0.47 behaviour, but with automatic horizontal or vertical orientation)?
Regards K.
PS: I did not find the option to change the position either
The bars as just as draggable as they are in .47 and 0.46.
The toolbars are implemented with GTK+'s standard dragging, which only allows them to be floated out or returned to the exact same doc that they originated with. We want to allow for arbitrary drag to any location, but we have to create all of that code ourselves, since the toolkit does not provide it.
The other problem is that for certain desktops (Windows and KDE) the Gtk+ floating window behavior is broken, and we were asked to disable it.
Things work nicely here on OS X. :-)