1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:47:34 +00:00

Browser: Rename Inspector table view member names to match contents

This commit is contained in:
Andreas Kling 2022-03-15 20:00:51 +01:00
parent 4b4ee95cdb
commit 544c796bcf
2 changed files with 9 additions and 9 deletions

View file

@ -57,8 +57,8 @@ private:
RefPtr<Web::OutOfProcessWebView> m_web_view;
RefPtr<GUI::TreeView> m_dom_tree_view;
RefPtr<GUI::TableView> m_style_table_view;
RefPtr<GUI::TableView> m_computed_style_table_view;
RefPtr<GUI::TableView> m_resolved_style_table_view;
RefPtr<GUI::TableView> m_custom_properties_table_view;
RefPtr<ElementSizePreviewWidget> m_element_size_view;