Created attachment 114089 [details] Snapshot of Palette docker with colors cut off Colors in the Palette docker dont reorganize themselves when the size is increased. They get cut off on the right side instead of being shifted to below the others. Vertical scroll bar works but there is no horizontal scroll bar.. and really speaking there shouldn't have to be a horizontal scroll bar anyway... its hard to see tiny palette colors as they are. Ive included a snapshot...where the 3 columns of colors on the right are cut off.
Hi Sonia, I confirm your report.I agree getting colors "out of the viewport" is a problem. I agree solving it with a "horizontal scroll bar" (missing right now) would look bad too. But all palettes files have a "columns" setting. Respecting this column count at any price and for any zoom is probably the design Krita follow right now. However, flowing all the colored squares (as brush-presets does) would probably delete the possibility to organize a palette with clean columns. The ideal would be something that flow the color square *only* when they reach the non-visible part of the viewport.
Hi David, yes, the only thing that comes to mind is the display: block; tag..to force the overflow into the next line. ( sorry if that sounds silly lol! )
"force the overflow into the next line" sounds fine to me @Sonia. As you know, I'm not a dev; I only help triaging from time to time. Now the ball is in the camp of developers to manage this issue when they can.
The new palette docker now scales, so the problem no longer happens.