mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
Magnifier: Increase window size
The help menu was not visible prior to this.
This commit is contained in:
parent
466e0c4846
commit
87a9462b7f
Notes:
sideshowbarker
2024-07-18 02:13:10 +09:00
Author: https://github.com/crpz1
Commit: 87a9462b7f
Pull-request: https://github.com/SerenityOS/serenity/pull/15738
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
auto app_icon = GUI::Icon::default_icon("app-magnifier"sv);
|
||||
|
||||
// 4px on each side for padding
|
||||
constexpr int window_dimensions = 200 + 4 + 4;
|
||||
constexpr int window_dimensions = 240 + 4 + 4;
|
||||
auto window = GUI::Window::construct();
|
||||
window->set_title("Magnifier");
|
||||
window->resize(window_dimensions, window_dimensions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue