mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:47:34 +00:00
WindowServer: Oops, forgot to plumb through the base size for incresize.
This commit is contained in:
parent
6084cd0c56
commit
16cd4585cd
3 changed files with 3 additions and 2 deletions
|
@ -798,5 +798,5 @@ void Terminal::resize_event(GResizeEvent& event)
|
|||
void Terminal::apply_size_increments_to_window(GWindow& window)
|
||||
{
|
||||
window.set_size_increment({ font().glyph_width(), m_line_height });
|
||||
window.set_base_size({ m_inset, m_inset });
|
||||
window.set_base_size({ m_inset * 2, m_inset * 2});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue