mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-12 11:08:50 +00:00
fix: profile context menu should prefer opening towards the top
This commit is contained in:
parent
e514e55008
commit
802337a8f1
1 changed files with 1 additions and 0 deletions
|
@ -596,6 +596,7 @@ impl AsyncComponent for MainView {
|
||||||
set_icon_name: "view-more-symbolic",
|
set_icon_name: "view-more-symbolic",
|
||||||
set_tooltip_text: Some("Menu"),
|
set_tooltip_text: Some("Menu"),
|
||||||
set_menu_model: Some(&profile_actions_menu),
|
set_menu_model: Some(&profile_actions_menu),
|
||||||
|
set_direction: gtk::ArrowType::Up,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue