mitchcurtis / slate

Pixel Art Editor
GNU General Public License v3.0
1.07k stars 103 forks source link

Fix colour picker being too flickable #114

Closed mitchcurtis closed 5 years ago

mitchcurtis commented 5 years ago

Need to find a balance between ensuring the lighter/darker and saturate/desaturate controls are findable and not having the colour picker move as soon as you try to drag. They could be moved into collapsible sections, or just move the picker outside of the flickable so that it's always visible.

mitchcurtis commented 5 years ago

This should get better when Qt 5.13 comes out and we can use SplitView.