mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
Run: Improve UI consistency
This commit is contained in:
parent
033c14e574
commit
411622148a
Notes:
sideshowbarker
2024-07-18 08:00:48 +09:00
Author: https://github.com/frhun
Commit: 411622148a
Pull-request: https://github.com/SerenityOS/serenity/pull/9044
3 changed files with 12 additions and 8 deletions
|
@ -20,7 +20,7 @@ int main(int argc, char** argv)
|
|||
auto app = GUI::Application::construct(argc, argv);
|
||||
auto window = RunWindow::construct();
|
||||
|
||||
window->move_to(12, GUI::Desktop::the().rect().bottom() - GUI::Desktop::the().taskbar_height() - 12 - window->height());
|
||||
window->move_to(16, GUI::Desktop::the().rect().bottom() - GUI::Desktop::the().taskbar_height() - 16 - window->height());
|
||||
window->show();
|
||||
|
||||
return app->exec();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue