mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 21:12:26 +00:00
Calculator: Improve UI margin consistency
This commit is contained in:
parent
411622148a
commit
55c0307288
Notes:
sideshowbarker
2024-07-18 08:00:44 +09:00
Author: https://github.com/frhun
Commit: 55c0307288
Pull-request: https://github.com/SerenityOS/serenity/pull/9044
2 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ int main(int argc, char** argv)
|
|||
auto window = GUI::Window::construct();
|
||||
window->set_title("Calculator");
|
||||
window->set_resizable(false);
|
||||
window->resize(254, 215);
|
||||
window->resize(250, 215);
|
||||
|
||||
auto& widget = window->set_main_widget<CalculatorWidget>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue