mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
WindowServer: Oops, forgot to plumb through the base size for incresize.
This commit is contained in:
parent
6084cd0c56
commit
16cd4585cd
Notes:
sideshowbarker
2024-07-19 15:39:19 +09:00
Author: https://github.com/awesomekling
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