mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:27:45 +00:00
Browser: Port the Inspector to the WebView property tables
This commit is contained in:
parent
ad9dfffda7
commit
0037fdaf11
7 changed files with 2 additions and 427 deletions
|
@ -864,7 +864,7 @@ void Tab::show_inspector_window(Browser::Tab::InspectorTarget inspector_target)
|
|||
if (!m_dom_inspector_widget) {
|
||||
auto window = GUI::Window::construct(&this->window());
|
||||
window->set_window_mode(GUI::WindowMode::Modeless);
|
||||
window->resize(325, 500);
|
||||
window->resize(750, 500);
|
||||
window->set_title("Inspector");
|
||||
window->set_icon(g_icon_bag.inspector_object);
|
||||
window->on_close = [&]() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue