mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-11 21:49:53 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user