* Source/NSWindow.m

(initialize): use MiniWindowTile image for miniwindow tile.
(drawRect:): adjusted position of title cell to fit tile image.
(setTitle:): disable drawing of title cell background;
use NSMiniControlSize font size for miniwindow title cell.

* Source/NSFont.m (systemFontSizeForControlSize:): increased default font
size for NSMiniControlSize.
This commit is contained in:
Sergii Stoian 2019-12-11 14:30:44 +02:00
parent 063e5708e7
commit e5a7cba164
3 changed files with 20 additions and 7 deletions

View file

@ -684,7 +684,7 @@ static void setNSFont(NSString *key, NSFont *font)
if (fontSize == 0)
{
fontSize = 6;
fontSize = 8;
}
return fontSize;