example: Use popover for gears menu
This commit is contained in:
@ -55,6 +55,7 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkMenuButton" id="gears">
|
<object class="GtkMenuButton" id="gears">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
<property name="use-popover">True</property>
|
||||||
<style>
|
<style>
|
||||||
<class name="image-button"/>
|
<class name="image-button"/>
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -41,6 +41,7 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkMenuButton" id="gears">
|
<object class="GtkMenuButton" id="gears">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
<property name="use-popover">True</property>
|
||||||
<style>
|
<style>
|
||||||
<class name="image-button"/>
|
<class name="image-button"/>
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -58,6 +58,7 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkMenuButton" id="gears">
|
<object class="GtkMenuButton" id="gears">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
<property name="use-popover">True</property>
|
||||||
<style>
|
<style>
|
||||||
<class name="image-button"/>
|
<class name="image-button"/>
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user