bulia byak wrote:
Well, if you can't make it a swatch, make it a button somewhere. E.g. on the top panel of the dialog, left-aligned. That space is wasted anyway.
Yes, I was planing on shoving in a new button somewhere. But... if I get time to embed the swatch palette in the main UI window, I'll just drop it next to that.
And btw, why this horizontal divider and some empty space at the bottom of the dialog? Can you please squeeze that out?
That's from the temp Dialog that's holding the Panel right now. Part of Dockable will let the new Dialog know to draw that or not.
Also it would be very nice to scroll the palette (if it does not entirely fit) by middle mouse button, the way we scroll canvas. Can you do that?
We'll try to get that in. That falls under the container (Panel which implements PreviewFillable) needing new layout code. Among other things, I think behaving like the Gimp's and doing a flow-layout that avoids horizontal scrolling would also be good.