ui/composer-widget.ui: Make action bars child of the editor box

Editor actions are defined on the editor box, so action bars need to be
decedents of that to pick up the actions.
This commit is contained in:
Michael Gratton 2020-08-28 14:06:27 +10:00
parent ee16e6b39b
commit 1282696048

View file

@ -576,13 +576,6 @@
</style>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">3</property>
</packing>
</child>
<child>
<object class="GtkBox" id="action_bar_box">
<property name="visible">True</property>
@ -1229,10 +1222,12 @@
</object>
</child>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">4</property>
<property name="position">3</property>
</packing>
</child>
<child>