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));
|
list = list.add(special_char_radio_row(desc, Some(id), current));
|
||||||
}
|
}
|
||||||
|
|
||||||
cosmic::widget::scrollable(cosmic::widget::container(list).padding(24))
|
cosmic::widget::container(list).padding(24).into()
|
||||||
.width(Length::Fill)
|
|
||||||
.height(Length::Fill)
|
|
||||||
.into()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn update_xkb_config(&mut self) {
|
fn update_xkb_config(&mut self) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue