mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
27 lines
527 B
Text
27 lines
527 B
Text
@SQLStudio::MainWidget {
|
|
layout: @GUI::VerticalBoxLayout {}
|
|
fill_with_background_color: true
|
|
|
|
@GUI::ToolbarContainer {
|
|
@GUI::Toolbar {
|
|
name: "toolbar"
|
|
}
|
|
}
|
|
|
|
@GUI::TabWidget {
|
|
name: "script_tab_widget"
|
|
reorder_allowed: true
|
|
show_close_buttons: true
|
|
}
|
|
|
|
@GUI::TabWidget {
|
|
name: "action_tab_widget"
|
|
show_close_buttons: true
|
|
fixed_height: 0
|
|
}
|
|
|
|
@GUI::Statusbar {
|
|
name: "statusbar"
|
|
segment_count: 3
|
|
}
|
|
}
|