fix(input): remove extra scrollable from context menu
This commit is contained in:
parent
d74fb12e9f
commit
bb2c6bae0b
1 changed files with 1 additions and 4 deletions
|
|
@ -476,10 +476,7 @@ impl Page {
|
|||
list = list.add(special_char_radio_row(desc, Some(id), current));
|
||||
}
|
||||
|
||||
cosmic::widget::scrollable(cosmic::widget::container(list).padding(24))
|
||||
.width(Length::Fill)
|
||||
.height(Length::Fill)
|
||||
.into()
|
||||
cosmic::widget::container(list).padding(24).into()
|
||||
}
|
||||
|
||||
fn update_xkb_config(&mut self) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue