mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:08:11 +00:00
LibGfx: Unpublish Gfx::Size from the global namespace
This commit is contained in:
parent
9b87843af1
commit
f8b00aa290
29 changed files with 41 additions and 43 deletions
|
@ -439,7 +439,7 @@ void TerminalWidget::relayout(const Gfx::Size& size)
|
|||
m_scrollbar->set_relative_rect(scrollbar_rect);
|
||||
}
|
||||
|
||||
Size TerminalWidget::compute_base_size() const
|
||||
Gfx::Size TerminalWidget::compute_base_size() const
|
||||
{
|
||||
int base_width = frame_thickness() * 2 + m_inset * 2 + m_scrollbar->width();
|
||||
int base_height = frame_thickness() * 2 + m_inset * 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue