popover: Allow spanning outside panel area

This commit is contained in:
Dorota Czaplejewicz
2021-05-08 09:12:49 +00:00
parent 99f062fe31
commit eb4b630b39

View File

@ -401,6 +401,7 @@ pub fn show(
width: position.width.floor() as i32, width: position.width.floor() as i32,
height: position.width.floor() as i32, height: position.width.floor() as i32,
}); });
menu.set_constrain_to(gtk::PopoverConstraint::None);
if let Some(current_layout) = get_current_layout(manager, &system_layouts) { if let Some(current_layout) = get_current_layout(manager, &system_layouts) {
let current_name_variant = choices.iter() let current_name_variant = choices.iter()