1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00

Inspector: Add a special icon for layout classes

This commit is contained in:
Andreas Kling 2020-03-05 11:13:44 +01:00
parent a119d812e1
commit 6bcda1875e
3 changed files with 4 additions and 0 deletions

View file

@ -57,4 +57,5 @@ private:
GIcon m_object_icon;
GIcon m_window_icon;
GIcon m_layout_icon;
};