Applications/Internet/Cyberia: Set default colors for root node
Until we have a default style sheet implemented, set the default colors to black text on white background for the root node, so that we don't end up with unreadable black bars everywhere.
This commit is contained in:
parent
603e1d15ab
commit
6a394f8a86
1 changed files with 2 additions and 0 deletions
|
@ -212,6 +212,8 @@ U0 @cyberia_navigate()
|
|||
// background1->ctx->fill(Color(255, 255, 255));
|
||||
|
||||
status1->SetText("Rendering page...");
|
||||
node_list->backgroundColor = Color(255, 255, 255);
|
||||
node_list->color = Color(0, 0, 0);
|
||||
@render_node_list(node_list, renderer);
|
||||
|
||||
@window_widgets_list* append = renderer->widgets_base;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue