mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-28 23:09:43 +03:00
beos: Also set LowColor on toolbar buttons when attached
This commit is contained in:
parent
a7ef9dc4ab
commit
3a1bf5c20f
@ -614,10 +614,15 @@ NSBaseView::AllAttached()
|
||||
|
||||
g->tool_bar->SetViewColor(c);
|
||||
g->back_button->SetViewColor(c);
|
||||
g->back_button->SetLowColor(c);
|
||||
g->forward_button->SetViewColor(c);
|
||||
g->forward_button->SetLowColor(c);
|
||||
g->stop_button->SetViewColor(c);
|
||||
g->stop_button->SetLowColor(c);
|
||||
g->reload_button->SetViewColor(c);
|
||||
g->reload_button->SetLowColor(c);
|
||||
g->home_button->SetViewColor(c);
|
||||
g->home_button->SetLowColor(c);
|
||||
g->url_bar->SetViewColor(c);
|
||||
g->throbber->SetViewColor(c);
|
||||
g->scroll_view->SetViewColor(c);
|
||||
|
Loading…
Reference in New Issue
Block a user