guillaumechereau / goxel

Goxel: Free and Open Source 3D Voxel Editor
GNU General Public License v3.0
2.72k stars 219 forks source link

Request: Be able to make the palete show 8 colors wide. #344

Closed jerobarraco closed 5 months ago

jerobarraco commented 5 months ago

either by resizing the tool window, or by changing this on code. i have a palette with 16 shades of each color (which is quite common). previously it was aligned and it was all great. now it's missaligned and hard to read. also i sometimes need to count the index of the color and this makes it harder (e.g. the 3rd shade in the red row)

jerobarraco commented 5 months ago

image

guillaumechereau commented 5 months ago

Right. I reverted to use larger spacing between the items for now. Need to figure out how to allow to resize the panels horizontally.

jerobarraco commented 5 months ago

Thanks a lot, but, maybe just making the window match 8 colors wide would be enough. resizing sounds like it could add usability issues. Note: i usually don't like suggestions like "just make it the way i like it", but maybe that's good enough of an upgrade. i think 8 is a good number for palette colors. but other people might want different things.

also i like the spacing between the colors.

guillaumechereau commented 5 months ago

Yes 8 is a nice number so I'll use that for the moment. The palette format actually allows to specify the optimal column number, so it would be nice to adapt to it, but I'll leave that to a future release.

jerobarraco commented 5 months ago

i've tested this is working really well on build 200. Thanks a lot! image