mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +00:00
Magnifier: Increase window size
The help menu was not visible prior to this.
This commit is contained in:
parent
466e0c4846
commit
87a9462b7f
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