mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +00:00
CrashReporter: Put backtrace TextEditor in a TabWidget
Since CrashReporter will be showing more info from coredumps soon, we need tabs to put those things somewhere! :^)
This commit is contained in:
parent
568cde5e23
commit
3718a16f59
2 changed files with 7 additions and 16 deletions
|
@ -58,21 +58,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
fixed_height: 18
|
||||
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
|
||||
@GUI::Label {
|
||||
text: "Backtrace:"
|
||||
text_alignment: "CenterLeft"
|
||||
}
|
||||
}
|
||||
|
||||
@GUI::TextEditor {
|
||||
name: "backtrace_text_editor"
|
||||
mode: "ReadOnly"
|
||||
@GUI::TabWidget {
|
||||
name: "tab_widget"
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue