small fix

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7092 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca 2004-03-28 15:04:01 +00:00
parent 1610897948
commit be76d636d4

View File

@ -176,7 +176,7 @@ printf("Initializing color settings to defaults\n");
// important, but not publically accessible GUI colors
window_tab_text.SetColor(0,0,0);
inactive_window_tab.SetColor(232,232,232);
inactive_window_tab.SetColor(216,216,216);
inactive_window_tab_text.SetColor(80,80,80);
}