1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 19:47:46 +00:00

SQLStudio: Convert SQLStudio to GML

This commit is contained in:
Timothy Flynn 2022-12-28 11:38:46 -05:00 committed by Andreas Kling
parent 82363aa1c4
commit 9b1e754d56
3 changed files with 42 additions and 12 deletions

View 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
}
}