1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 01:51:03 +09:00
ladybird/Userland/DevTools/SQLStudio/SQLStudio.gml

29 lines
601 B
Text

@SQLStudio::MainWidget {
layout: @GUI::VerticalBoxLayout {}
fill_with_background_color: true
@GUI::ToolbarContainer {
@GUI::Toolbar {
name: "toolbar"
}
}
@GUI::VerticalSplitter {
@GUI::TabWidget {
name: "script_tab_widget"
reorder_allowed: true
show_close_buttons: true
}
@GUI::TabWidget {
name: "action_tab_widget"
show_close_buttons: true
visible: false
}
}
@GUI::Statusbar {
name: "statusbar"
segment_count: 3
}
}