mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:08:11 +00:00
Demos: Stop using Widget::foreground_color()
This commit is contained in:
parent
e6709e3834
commit
48647cc3ed
2 changed files with 0 additions and 2 deletions
|
@ -226,7 +226,6 @@ int main(int argc, char** argv)
|
|||
auto& time = fire.add<GUI::Label>();
|
||||
time.set_relative_rect({ 0, 4, 40, 10 });
|
||||
time.move_by({ window->width() - time.width(), 0 });
|
||||
time.set_foreground_color(Color::from_rgb(0x444444));
|
||||
fire.set_stat_label(time);
|
||||
|
||||
window->show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue