mirror of
https://github.com/RGBCube/serenity
synced 2025-05-21 15:45:07 +00:00
LibGfx: Unpublish FloatSize from the global namespace
This commit is contained in:
parent
8505d8d15d
commit
5c2028db24
3 changed files with 2 additions and 4 deletions
|
@ -43,7 +43,7 @@ LayoutWidget::~LayoutWidget()
|
|||
|
||||
void LayoutWidget::layout()
|
||||
{
|
||||
rect().set_size(FloatSize(widget().width(), widget().height()));
|
||||
rect().set_size(widget().width(), widget().height());
|
||||
LayoutReplaced::layout();
|
||||
widget().move_to(rect().x(), rect().y());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue