Sander Schobers
239c24533d
- Added colors to palette and renamed white/black to lightest/darkest. - Extracted drawing code. - Restyled checkbox, spinner and scrollbar.
8 lines
124 B
Go
8 lines
124 B
Go
package ui
|
|
|
|
const topMargin = 4
|
|
const leftMargin = 8
|
|
const lineHeight = 16
|
|
const checkboxMargin = 4
|
|
const checkboxSize = 24
|