* Removed ColorSet, it's no longer needed or used.
* The Decorator are temporarily using ui_color() - this needs to be changed to use the DesktopSettings (when the decorator stuff gets refactored); right now, the colors are fixed. * Added B_WINDOW_TEXT_COLOR, B_WINDOW_INACTIVE_TAB_COLOR, and B_WINDOW_INACTIVE_TEXT_COLOR to the UI colors, B_WINDOW_TAB_COLOR is no longer deprecated. Note, however, that not every decorator may use these colors. * Removed unused and wrong (ie. hard-coded paths) stuff from ServerConfig.h. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17236 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -59,7 +59,7 @@ DesktopSettings::Private::_SetDefaults()
|
||||
strlcpy(fMenuInfo.f_style, fPlainFont.Style(), B_FONT_STYLE_LENGTH);
|
||||
fMenuInfo.font_size = fPlainFont.Size();
|
||||
// TODO:
|
||||
fMenuInfo.background_color.set_to(216, 216, 216); //gColorSet->menu_background;
|
||||
fMenuInfo.background_color.set_to(216, 216, 216);
|
||||
|
||||
// look of the separator (R5: (0, 1, 2), default 0)
|
||||
// TODO: we could just choose a nice one and remove the others
|
||||
|
||||
Reference in New Issue
Block a user