mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 17:07:35 +00:00
WindowServer: Tweak window icon placement again.
This commit is contained in:
parent
7b3876383f
commit
c7d6e568ba
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ Rect WSWindowFrame::title_bar_icon_rect() const
|
||||||
auto titlebar_rect = title_bar_rect();
|
auto titlebar_rect = title_bar_rect();
|
||||||
return {
|
return {
|
||||||
titlebar_rect.x() + 1,
|
titlebar_rect.x() + 1,
|
||||||
titlebar_rect.y() + 1,
|
titlebar_rect.y() + 2,
|
||||||
16,
|
16,
|
||||||
titlebar_rect.height(),
|
titlebar_rect.height(),
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue