mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-31 23:42:52 +00:00
WindowServer: Tweak window frame height
This commit is contained in:
parent
cbc3d4fddd
commit
81ebc0cfe3
Notes:
sideshowbarker
2024-07-19 07:22:30 +09:00
Author: https://github.com/awesomekling
Commit: 81ebc0cfe3
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ static Gfx::Rect frame_rect_for_window(Window& window, const Gfx::Rect& rect)
|
|||
rect.x() - 4,
|
||||
rect.y() - window_titlebar_height - 5 + offset,
|
||||
rect.width() + 8,
|
||||
rect.height() + 8 + window_titlebar_height - offset
|
||||
rect.height() + 9 + window_titlebar_height - offset
|
||||
};
|
||||
case WindowType::Notification:
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue