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
6 lines
246 B
Markdown
6 lines
246 B
Markdown
---
|
|
"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.
|