mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:07:45 +00:00
SQLStudio: Convert SQLStudio to GML
This commit is contained in:
parent
82363aa1c4
commit
9b1e754d56
3 changed files with 42 additions and 12 deletions
27
Userland/DevTools/SQLStudio/SQLStudio.gml
Normal file
27
Userland/DevTools/SQLStudio/SQLStudio.gml
Normal file
|
@ -0,0 +1,27 @@
|
|||
@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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue