Skip to content

Commit

Permalink
Adjust style of completions again
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Feb 7, 2025
1 parent bc4f267 commit 440308f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tab.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3591,7 +3591,7 @@ impl Tab {
.class(if selected {
theme::Button::Standard
} else {
theme::Button::ListItem
theme::Button::HeaderBar
})
.on_press(Message::EditLocationComplete(i))
.padding(space_xxs)
Expand All @@ -3602,7 +3602,7 @@ impl Tab {
widget::container(column)
.class(theme::Container::Dropdown)
//TODO: This is a hack to get the popover to be the right width
.max_width(size.width - 124.0),
.max_width(size.width - 140.0),
);
}
}
Expand Down

0 comments on commit 440308f

Please sign in to comment.