gtk-demo: Use primary-toolbar style in the application example

Adwaita correctly restricts window-dragging to primary toolbars,
Mark our toolbar as primary to test this.
This commit is contained in:
Matthias Clasen 2014-01-12 20:12:31 -05:00
parent 5657b805d7
commit f940a60fd5

View File

@ -6,6 +6,9 @@
<property name="orientation">horizontal</property>
<property name="halign">fill</property>
<property name="hexpand">True</property>
<style>
<class name="primary-toolbar"/>
</style>
<child>
<object class="GtkMenuToolButton" id="menutool">
<property name="icon-name">document-open</property>