debugger: UI refinements (#28589)
- Name of source is only used as a fallback if there's no path - Make the frames a bit more compact.  Release Notes: - N/A
This commit is contained in:
parent
c2e3134963
commit
78662f8fea
2 changed files with 23 additions and 37 deletions
|
@ -275,6 +275,8 @@ fn new_debugger_pane(
|
|||
let active_pane_item = pane.active_item();
|
||||
h_flex()
|
||||
.w_full()
|
||||
.px_2()
|
||||
.gap_1()
|
||||
.h(Tab::container_height(cx))
|
||||
.drag_over::<DraggedTab>(|bar, _, _, cx| {
|
||||
bar.bg(cx.theme().colors().drop_target_background)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue