mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
LibGUI: Give a default min-width to a bunch of widgets
This commit is contained in:
@@ -32,6 +32,7 @@ namespace GUI {
|
||||
|
||||
SpinBox::SpinBox()
|
||||
{
|
||||
set_min_width(32);
|
||||
set_fixed_height(22);
|
||||
m_editor = add<TextBox>();
|
||||
m_editor->set_text("0");
|
||||
|
||||
Reference in New Issue
Block a user