mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:08:12 +00:00
LibGUI: Give a default min-width to a bunch of widgets
This commit is contained in:
parent
10b5b9ee66
commit
bc5635422b
7 changed files with 7 additions and 0 deletions
|
@ -39,6 +39,7 @@ static const int s_box_height = 13;
|
|||
CheckBox::CheckBox(String text)
|
||||
: AbstractButton(move(text))
|
||||
{
|
||||
set_min_width(32);
|
||||
set_fixed_height(22);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue