Fix titlebar button height
This commit is contained in:
parent
c8ef2bc626
commit
f9fb09b734
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ async function getTitleBarOverlay(): Promise<TitleBarOverlayOptions | false> {
|
||||||
symbolColor,
|
symbolColor,
|
||||||
|
|
||||||
// Should match stylesheets/components/TitleBarContainer.scss
|
// Should match stylesheets/components/TitleBarContainer.scss
|
||||||
height: 28,
|
height: 28 - 1,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue