mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:27:35 +00:00
LibGUI: Don't fill widgets with background color by defualt.
This commit is contained in:
parent
6836e21d1c
commit
5d69bf06d2
14 changed files with 12 additions and 16 deletions
|
@ -41,8 +41,6 @@ Terminal::Terminal(int ptm_fd)
|
|||
flush_dirty_lines();
|
||||
};
|
||||
|
||||
set_fill_with_background_color(false);
|
||||
|
||||
m_line_height = font().glyph_height() + m_line_spacing;
|
||||
|
||||
set_size(80, 25);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue