Adjust style of completions again
This commit is contained in:
parent
bc4f267c60
commit
440308fdea
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
@ -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),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue