mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-12-18 22:16:33 +00:00
burger menu: right aligned
This commit is contained in:
parent
78b2bd4a6f
commit
935e6c7fb5
2 changed files with 2 additions and 1 deletions
1
TODO.md
1
TODO.md
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue