zntg/ui/dimensions.go
Sander Schobers 239c24533d Some changes to UI elements.
- Added colors to palette and renamed white/black to lightest/darkest.
- Extracted drawing code.
- Restyled checkbox, spinner and scrollbar.
2018-08-07 10:13:05 +02:00

8 lines
124 B
Go

package ui
const topMargin = 4
const leftMargin = 8
const lineHeight = 16
const checkboxMargin = 4
const checkboxSize = 24