Skip to content

Commit

Permalink
Add headings to other variable option groups
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanderkamp authored and inducer committed May 17, 2023
1 parent 090d394 commit 59edb72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pudb/debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -1150,8 +1150,11 @@ def edit_inspector_detail(w, size, key):

lb = urwid.ListBox(urwid.SimpleListWalker(
id_segment
+ [urwid.Text("Stringifier:")]
+ rb_grp_show + [urwid.Text("")]
+ [urwid.Text("Access:")]
+ rb_grp_access + [urwid.Text("")]
+ [urwid.Text("Options:")]
+ [
wrap_checkbox,
expanded_checkbox,
Expand Down

0 comments on commit 59edb72

Please sign in to comment.