mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:17:45 +00:00
Userland: Replace empty GUI::Widget
s 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:
parent
7fda016217
commit
a58d72656d
11 changed files with 13 additions and 13 deletions
|
@ -84,7 +84,7 @@
|
|||
shrink_to_fit: true
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::Widget {}
|
||||
@GUI::Layout::Spacer {}
|
||||
|
||||
@GUI::Button {
|
||||
text: "Cancel"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue