mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 08:10:59 +00:00
Fix font panel size background color - this broke when theme colors were added
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@35898 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9323d15e47
commit
6bf2a257c3
1 changed files with 0 additions and 1 deletions
|
@ -642,7 +642,6 @@ static float sizes[] = {4.0, 6.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0,
|
|||
[sizeField setEditable: YES];
|
||||
[sizeField setAllowsEditingTextAttributes: NO];
|
||||
[sizeField setAlignment: NSCenterTextAlignment];
|
||||
[sizeField setBackgroundColor: [NSColor windowFrameTextColor]];
|
||||
[sizeField setAutoresizingMask: NSViewMinXMargin | NSViewMinYMargin];
|
||||
[sizeField setDelegate: self];
|
||||
[sizeField setTag: NSFPSizeField];
|
||||
|
|
Loading…
Reference in a new issue