1
Fork 0
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:
Timothy Flynn 2022-12-31 11:04:13 -05:00 committed by Andreas Kling
parent cb06031180
commit 4fe437b4d2
2 changed files with 13 additions and 11 deletions

View file

@ -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 {