cogentcore / core

A free and open source framework for building powerful, fast, elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the web with a single Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.75k stars 83 forks source link

switches do not need grow #1286

Closed rcoreilly closed 2 weeks ago

rcoreilly commented 2 weeks ago

switches in toolbar and table take up lots of space if Grow(1,0) is set, which it was. There is no reason why they should need it, and testing shows that there is no diff in other cases, so turning it off.