mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-23 20:11:29 +11:00
7ca4b11564
* fix(linux): menu must be the container's first child * check if gtk box instead * Revert "check if gtk box instead" * update change file
246 B
246 B
muda |
---|
minor |
Breaking Change: On Linux, Menu::inti_for_gtk_window
has been changed to require the second paramter to extend gtk::Box
. This ensures that the menu bar is added at the beginning of the box instead of at the bottom.