run clipply ...
This commit is contained in:
parent
877f9438fc
commit
a71267580d
1 changed files with 1 additions and 1 deletions
|
@ -1503,7 +1503,7 @@ impl PickerDelegate for DebugDelegate {
|
||||||
v_flex()
|
v_flex()
|
||||||
.items_start()
|
.items_start()
|
||||||
.child(highlighted_location.render(window, cx))
|
.child(highlighted_location.render(window, cx))
|
||||||
.when_some(subtitle.clone(), |this, subtitle_text| {
|
.when_some(subtitle, |this, subtitle_text| {
|
||||||
this.child(
|
this.child(
|
||||||
Label::new(subtitle_text)
|
Label::new(subtitle_text)
|
||||||
.size(LabelSize::Small)
|
.size(LabelSize::Small)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue