mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +00:00
HackStudio: Expand project tree view by default
This commit is contained in:
parent
01408a511f
commit
a115702746
2 changed files with 5 additions and 1 deletions
|
@ -39,6 +39,7 @@ public:
|
|||
virtual void scroll_into_view(const ModelIndex&, Gfx::Orientation);
|
||||
|
||||
virtual int item_count() const override;
|
||||
virtual void toggle_index(const ModelIndex&) override;
|
||||
|
||||
protected:
|
||||
TreeView();
|
||||
|
@ -60,7 +61,6 @@ private:
|
|||
int toggle_size() const { return 9; }
|
||||
int text_padding() const { return 2; }
|
||||
int tree_column_x_offset() const;
|
||||
virtual void toggle_index(const ModelIndex&) override;
|
||||
virtual void update_column_sizes() override;
|
||||
|
||||
template<typename Callback>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue