mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 09:18:55 +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
Notes:
sideshowbarker
2024-07-17 11:30:54 +09:00
Author: https://github.com/AtkinsSJ
Commit: d8ceaf7870
Pull-request: https://github.com/SerenityOS/serenity/pull/16397
Reviewed-by: https://github.com/linusg
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