Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 06467eb

Browse files
committed
Fix tabs
1 parent 4a9715e commit 06467eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appshell/cef_dark_aero_window.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ void cef_dark_aero_window::ComputeWindowIconRect(RECT& rect) const
662662
rect.bottom = rect.top + ::GetSystemMetrics(SM_CYSMICON);
663663
rect.right = rect.left + ::GetSystemMetrics(SM_CXSMICON);
664664

665-
AdjustRectForAutoHideBars(&rect);
665+
AdjustRectForAutoHideBars(&rect);
666666
} else {
667667
cef_dark_window::ComputeWindowIconRect(rect);
668668
}
@@ -687,7 +687,7 @@ void cef_dark_aero_window::ComputeWindowCaptionRect(RECT& rect) const
687687
rect.left = ir.right + ::kWindowFrameSize;
688688
rect.right = mr.left - ::kWindowFrameSize;
689689

690-
AdjustRectForAutoHideBars(&rect);
690+
AdjustRectForAutoHideBars(&rect);
691691
} else {
692692
cef_dark_window::ComputeWindowCaptionRect(rect);
693693
}

0 commit comments

Comments
 (0)