mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Shift titlebar on Windows 11
This commit is contained in:
@@ -636,9 +636,8 @@ async function getTitleBarOverlay(): Promise<TitleBarOverlayOptions | false> {
|
||||
color,
|
||||
symbolColor,
|
||||
|
||||
// Should match stylesheets/components/TitleBarContainer.scss minus the
|
||||
// border
|
||||
height: (OS.isWindows11() ? 29 : 28) - 1,
|
||||
// Should match stylesheets/components/TitleBarContainer.scss
|
||||
height: 28,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user