mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:08:12 +00:00
Applications: Stop setting initial window location
This will let the WindowManager choose the location of the window
This commit is contained in:
parent
5ae9eee4a3
commit
4bf4a071a6
17 changed files with 14 additions and 17 deletions
|
@ -69,7 +69,7 @@ int main(int argc, char** argv)
|
|||
|
||||
auto window = GUI::Window::construct();
|
||||
window->set_double_buffering_enabled(true);
|
||||
window->set_rect(200, 200, 300, 200);
|
||||
window->resize(300, 200);
|
||||
window->set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/filetype-image.png"));
|
||||
window->set_title("QuickShow");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue