mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 22:06:42 +00:00
Changed system fonts of size 12 to 0. This will use Nicolas font
cache and keep font sizes consistent when changed. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7347 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6792f04451
commit
a3333bd2e3
11 changed files with 15 additions and 15 deletions
|
@ -416,7 +416,7 @@ static float GSMenuBarHeight = 25.0; // A wild guess.
|
|||
unsigned i;
|
||||
unsigned howMany = [menuv_itemCells count];
|
||||
float howHigh = (howMany * cellSize.height);
|
||||
float neededImageAndTitleWidth = [[NSFont boldSystemFontOfSize: 12]
|
||||
float neededImageAndTitleWidth = [[NSFont boldSystemFontOfSize: 0]
|
||||
widthOfString: [menuv_menu title]] + 17;
|
||||
float neededKeyEquivalentWidth = 0.0;
|
||||
float neededStateImageWidth = 0.0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue