mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 08:50:57 +00:00
* 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:
parent
063e5708e7
commit
e5a7cba164
3 changed files with 20 additions and 7 deletions
|
@ -684,7 +684,7 @@ static void setNSFont(NSString *key, NSFont *font)
|
|||
|
||||
if (fontSize == 0)
|
||||
{
|
||||
fontSize = 6;
|
||||
fontSize = 8;
|
||||
}
|
||||
|
||||
return fontSize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue