mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:48:13 +00:00
LibWeb: Set 1:1 intrinsic aspect ratio for radio buttons
This commit is contained in:
parent
557006f5be
commit
7dfd5afd37
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ RadioButton::RadioButton(DOM::Document& document, HTML::HTMLInputElement& elemen
|
|||
{
|
||||
set_intrinsic_width(12);
|
||||
set_intrinsic_height(12);
|
||||
set_intrinsic_aspect_ratio(1);
|
||||
}
|
||||
|
||||
RadioButton::~RadioButton() = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue