mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
fix: adjust spacing in title bar
This commit is contained in:
parent
59d38b684b
commit
0cfcc89edf
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ const graphPalette = [
|
|||
{ hue: 0, sat: 72, light: 52 },
|
||||
]
|
||||
|
||||
const MACOS_TRAFFIC_LIGHTS_RESERVED_PX = 12 + 12 * 3 + 8 * 2
|
||||
const MACOS_TRAFFIC_LIGHTS_RESERVED_PX = 16 + 12 * 3 + 8 * 2
|
||||
const TITLEBAR_BUTTON_PX = 32
|
||||
const TITLEBAR_BUTTON_GAP_PX = 4
|
||||
const TITLEBAR_HEADER_GAP_PX = 8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue