Merge pull request #48 from cesarafonseca/fix/macos-traffic-light-title-spacing
fix: increase macOS traffic light content gap for better title spacing
This commit is contained in:
commit
5f41cc95e9
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ const MACOS_TRAFFIC_LIGHT_GROUP_HEIGHT = 16;
|
||||||
const MACOS_TRAFFIC_LIGHT_GROUP_WIDTH = 52;
|
const MACOS_TRAFFIC_LIGHT_GROUP_WIDTH = 52;
|
||||||
|
|
||||||
/** Visual gap between traffic lights and first left-aligned content */
|
/** Visual gap between traffic lights and first left-aligned content */
|
||||||
const MACOS_TRAFFIC_LIGHT_CONTENT_GAP = 8;
|
const MACOS_TRAFFIC_LIGHT_CONTENT_GAP = 16;
|
||||||
|
|
||||||
const MIN_ZOOM_FACTOR = 0.25;
|
const MIN_ZOOM_FACTOR = 0.25;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue