diff options
| author | Jeff Carr <[email protected]> | 2025-02-07 01:55:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-07 01:55:27 -0600 |
| commit | fb3c16707d72d41cbb92c2392f36dee76fa36936 (patch) | |
| tree | f3a7455ea7edb6fa0074c5550c5b25c136e23b95 /place.go | |
| parent | 5668e6f081453bdffb7d23f9259f01182d131ace (diff) | |
start closing down crappy color choices
Diffstat (limited to 'place.go')
| -rw-r--r-- | place.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -145,7 +145,9 @@ func (tk *guiWidget) placeWidgets(startW int, startH int) (int, int) { case widget.Button: if tk.isWindowDense() && tk.isInGrid() { tk.frame = false - tk.color = &colorButtonDense + tk.color = nil + tk.defaultColor = nil + tk.setColorButtonDense() } tk.gocuiSetWH(startW, startH) return tk.gocuiSize.Width(), tk.gocuiSize.Height() |
