mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 21:59:21 +00:00
LibGUI: Give a default min-width to a bunch of widgets
This commit is contained in:
@@ -31,6 +31,7 @@ namespace GUI {
|
||||
TextBox::TextBox()
|
||||
: TextEditor(TextEditor::SingleLine)
|
||||
{
|
||||
set_min_width(32);
|
||||
set_fixed_height(22);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user