GRAPHICS: MACGUI: Improve grays naming

This commit is contained in:
djsrv 2020-08-07 18:55:17 -04:00
parent 5f55ae169b
commit a9346eea42
5 changed files with 21 additions and 17 deletions

View file

@ -283,7 +283,7 @@ void MacWindow::drawBorder() {
if (_macBorder.hasBorder(_active)) {
if (_active && !_macBorder.getOffset().dark)
fillRect(g, (width - w) / 2, titleY, w, titleHeight, _wm->_colorOffWhite);
fillRect(g, (width - w) / 2, titleY, w, titleHeight, _wm->_colorGrayEE);
} else {
drawBox(g, (width - w) / 2, titleY, w, titleHeight);
}