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

Browser: Add storage inspector

This commit is contained in:
Rafał Babiarz 2022-03-01 17:10:06 +01:00 committed by Andreas Kling
parent 5f5ee2020e
commit c2e2a964f2
10 changed files with 431 additions and 0 deletions

View file

@ -0,0 +1,10 @@
@GUI::Widget {
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {
margins: [4]
}
@GUI::TabWidget {
name: "tab_widget"
}
}