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
commit 4fe437b4d2
Notes: sideshowbarker 2024-07-17 18:06:52 +09:00
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 {