mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb: Set 1:1 intrinsic aspect ratio for radio buttons
This commit is contained in:
parent
557006f5be
commit
7dfd5afd37
Notes:
sideshowbarker
2024-07-17 09:30:13 +09:00
Author: https://github.com/awesomekling
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