mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Add selectedInactiveColor labeled color
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40344 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c5b424b407
commit
5c15a13607
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ void initSystemColors(void)
|
|||
|
||||
white, @"rowBackgroundColor",
|
||||
alternateRowColor, @"alternateRowBackgroundColor",
|
||||
lightGray, @"selectedInactiveColor",
|
||||
nil];
|
||||
|
||||
systemColors = RETAIN([NSColorList colorListNamed: @"System"]);
|
||||
|
|
Loading…
Reference in a new issue