mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 03:17:34 +00:00
Browser: Rename Inspector table view member names to match contents
This commit is contained in:
parent
4b4ee95cdb
commit
544c796bcf
2 changed files with 9 additions and 9 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue