1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:17:46 +00:00

Run: Improve UI consistency

This commit is contained in:
FrHun 2021-07-27 21:03:06 +02:00 committed by Andreas Kling
parent 033c14e574
commit 411622148a
3 changed files with 12 additions and 8 deletions

View file

@ -33,7 +33,7 @@ RunWindow::RunWindow()
set_title("Run");
set_icon(app_icon.bitmap_for_size(16));
resize(345, 140);
resize(345, 100);
set_resizable(false);
set_minimizable(false);