mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
LibGUI: Give a default min-width to a bunch of widgets
This commit is contained in:
@@ -35,6 +35,7 @@ namespace GUI {
|
||||
ColorInput::ColorInput()
|
||||
: TextEditor(TextEditor::SingleLine)
|
||||
{
|
||||
set_min_width(32);
|
||||
set_fixed_height(22);
|
||||
TextEditor::on_change = [this] {
|
||||
auto parsed_color = Color::from_string(text());
|
||||
|
||||
Reference in New Issue
Block a user