mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
SQLStudio: Separate the script and results tabs with a vertical splitter
This commit is contained in:
parent
cb06031180
commit
4fe437b4d2
2 changed files with 13 additions and 11 deletions
|
@ -8,16 +8,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
@GUI::TabWidget {
|
||||
name: "script_tab_widget"
|
||||
reorder_allowed: true
|
||||
show_close_buttons: true
|
||||
}
|
||||
@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
|
||||
fixed_height: 0
|
||||
@GUI::TabWidget {
|
||||
name: "action_tab_widget"
|
||||
show_close_buttons: true
|
||||
visible: false
|
||||
}
|
||||
}
|
||||
|
||||
@GUI::Statusbar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue