mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +00:00
DisplayProperties: Start at top left position for full view at low resoluations.
This commit is contained in:
parent
5292f6e78f
commit
22b190e4be
Notes:
sideshowbarker
2024-07-19 10:50:53 +09:00
Author: https://github.com/asliturk
Commit: 22b190e4be
Pull-request: https://github.com/SerenityOS/serenity/pull/880
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ int main(int argc, char** argv)
|
|||
|
||||
auto window = GWindow::construct();
|
||||
window->set_title("Display Properties");
|
||||
window->move_to(100,100);
|
||||
window->resize(400, 448);
|
||||
window->set_resizable(false);
|
||||
window->set_main_widget(instance.root_widget());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue