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

Userland: Replace empty GUI::Widgets in GML with GUI::Layout::Spacer

This fixes the "Cancel" button on HackStudio's "New Project" dialog
being too small. It's also clearer what these actually are.
This commit is contained in:
Sam Atkins 2022-09-27 12:05:58 +01:00 committed by Tim Flynn
parent 7fda016217
commit a58d72656d
11 changed files with 13 additions and 13 deletions

View file

@ -92,7 +92,7 @@
}
}
@GUI::Widget {}
@GUI::Layout::Spacer {}
@GUI::Widget {
fixed_height: 25
@ -109,7 +109,7 @@
}
}
@GUI::Widget {}
@GUI::Layout::Spacer {}
}
}