mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
LibGUI: Implement calculated_min_size() for SpinBox
This commit is contained in:
parent
b66a76f73b
commit
33ccbc9415
2 changed files with 12 additions and 2 deletions
|
@ -34,6 +34,7 @@ protected:
|
|||
|
||||
virtual void mousewheel_event(MouseEvent&) override;
|
||||
virtual void resize_event(ResizeEvent&) override;
|
||||
virtual Optional<UISize> calculated_min_size() const override;
|
||||
|
||||
private:
|
||||
RefPtr<TextEditor> m_editor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue