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:
parent
033c14e574
commit
411622148a
3 changed files with 12 additions and 8 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue