fix: popup placement issues

This commit is contained in:
Jake Stanger
2022-08-15 21:11:00 +01:00
parent 8518262053
commit 8576ac5c44
7 changed files with 54 additions and 66 deletions

View File

@@ -194,6 +194,7 @@ impl Module<gtk::Box> for LauncherModule {
let popup = Popup::new(
"popup-launcher",
info.app,
info.monitor,
Orientation::Vertical,
info.bar_position,
);