burger menu: right aligned

This commit is contained in:
Stéphane Cerveau 2022-02-08 14:17:31 +01:00
parent 78b2bd4a6f
commit 935e6c7fb5
2 changed files with 2 additions and 1 deletions

View file

@ -96,6 +96,7 @@
- [ ] Implement zoom on the view (https://gitlab.gnome.org/World/obfuscate/-/blob/master/src/widgets/drawing_area.rs)
- [ ] Settings: add a log level selection
- [ ] reopen the last log on prematured exit (crash)
- [ ] burger menu must be on the right
- [x] Remove quit as it's unnecessary with close cross
### CI/Infra

View file

@ -105,7 +105,7 @@
<property name="default-height">600</property>
<child type="titlebar">
<object class="GtkHeaderBar" id="header-bar">
<child type="start">
<child type="end">
<object class="GtkMenuButton" id="gear_menu_button">
<property name="valign">3</property>
<property name="focus-on-click">0</property>