GRAPHICS: MACGUI: Improve grays naming
This commit is contained in:
parent
5f55ae169b
commit
a9346eea42
5 changed files with 21 additions and 17 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue