window: make content_header_bar a GtkGrid
The recent port of GtkBox to Gadgets caused a misalignment of the left_toolbar and the app sidebar. GtkGrid handles the size group alignment properly. https://bugzilla.gnome.org/show_bug.cgi?id=761759
This commit is contained in:
parent
9079d4432c
commit
779912c291
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
|||
<widget name="done_button"/>
|
||||
</widgets>
|
||||
</object>
|
||||
<object class="GtkBox" id="content_header_bar">
|
||||
<object class="GtkGrid" id="content_header_bar">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue