mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:47:35 +00:00
SpaceAnalyzer: Add a tooltip for the hovered tree node
Many of the nodes are visually too small to show their full name and file size, so this makes that information visible.
This commit is contained in:
parent
6d64e650f1
commit
d8ceaf7870
2 changed files with 20 additions and 0 deletions
|
@ -43,6 +43,7 @@ public:
|
|||
private:
|
||||
TreeMapWidget() = default;
|
||||
virtual void paint_event(GUI::PaintEvent&) override;
|
||||
virtual void mousemove_event(GUI::MouseEvent&) override;
|
||||
virtual void mousedown_event(GUI::MouseEvent&) override;
|
||||
virtual void doubleclick_event(GUI::MouseEvent&) override;
|
||||
virtual void mousewheel_event(GUI::MouseEvent&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue