mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 22:18:11 +00:00
WindowServer: Tweak window icon placement.
This commit is contained in:
parent
8251f97858
commit
486ed41fd2
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ Rect WSWindowFrame::title_bar_icon_rect() const
|
||||||
{
|
{
|
||||||
auto titlebar_rect = title_bar_rect();
|
auto titlebar_rect = title_bar_rect();
|
||||||
return {
|
return {
|
||||||
titlebar_rect.x() + 2,
|
titlebar_rect.x() + 1,
|
||||||
titlebar_rect.y(),
|
titlebar_rect.y() + 1,
|
||||||
16,
|
16,
|
||||||
titlebar_rect.height(),
|
titlebar_rect.height(),
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue