mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
ClockSettings: Display a map to show the current time zone's location
This commit is contained in:
parent
35cacb850a
commit
4d2ea773db
5 changed files with 97 additions and 1 deletions
|
@ -28,6 +28,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
auto window = TRY(GUI::SettingsWindow::create("Clock Settings", GUI::SettingsWindow::ShowDefaultsButton::Yes));
|
||||
(void)TRY(window->add_tab<ClockSettingsWidget>("Clock"));
|
||||
window->set_icon(app_icon.bitmap_for_size(16));
|
||||
window->resize(540, 570);
|
||||
|
||||
window->show();
|
||||
return app->exec();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue