mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-23 10:50:49 +00:00
LibWeb: Convert Layout Boxes to new pixel units
This commit is contained in:
parent
c70dcaefcd
commit
65cdf89a8b
Notes:
sideshowbarker
2024-07-17 05:58:46 +09:00
Author: https://github.com/AtkinsSJ
Commit: 65cdf89a8b
Pull-request: https://github.com/SerenityOS/serenity/pull/16514
Reviewed-by: https://github.com/MacDue
Reviewed-by: https://github.com/linusg ✅
11 changed files with 29 additions and 28 deletions
|
@ -45,7 +45,7 @@ private:
|
|||
|
||||
ImageLoader const& m_image_loader;
|
||||
|
||||
Optional<float> m_cached_alt_text_width;
|
||||
Optional<CSSPixels> m_cached_alt_text_width;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue