mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:47:37 +00:00
LibGUI: Use new layout system for basic widgets
This commit is contained in:
parent
bfbaad9f41
commit
19fac58e49
17 changed files with 85 additions and 18 deletions
|
@ -224,6 +224,8 @@ public:
|
|||
Optional<size_t> search_result_index() const { return m_search_result_index; }
|
||||
Vector<TextRange> const& search_results() const { return m_search_results; }
|
||||
|
||||
virtual Optional<UISize> calculated_min_size() const override;
|
||||
|
||||
protected:
|
||||
explicit TextEditor(Type = Type::MultiLine);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue