summaryrefslogtreecommitdiff
path: root/data/ui/SelectionBarMenuButton.ui
diff options
context:
space:
mode:
Diffstat (limited to 'data/ui/SelectionBarMenuButton.ui')
-rw-r--r--data/ui/SelectionBarMenuButton.ui32
1 files changed, 4 insertions, 28 deletions
diff --git a/data/ui/SelectionBarMenuButton.ui b/data/ui/SelectionBarMenuButton.ui
index 25c3c529..6787651b 100644
--- a/data/ui/SelectionBarMenuButton.ui
+++ b/data/ui/SelectionBarMenuButton.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
- <!-- interface-requires gtk+ 3.10 -->
+ <requires lib="gtk" version="4.4"/>
<menu id="selection-menu">
<section>
<item>
@@ -14,33 +14,9 @@
</section>
</menu>
<template class="SelectionBarMenuButton" parent="GtkMenuButton">
+ <property name="always-show-arrow">True</property>
+ <property name="focusable">True</property>
+ <property name="label" translatable="yes">Click on items to select them</property>
<property name="menu-model">selection-menu</property>
- <property name="visible">True</property>
- <property name="can-focus">True</property>
- <child>
- <object class="GtkBox" id="selection-menu-button-box">
- <property name="visible">True</property>
- <property name="can-focus">False</property>
- <property name="orientation">horizontal</property>
- <property name="spacing">6</property>
- <child>
- <object class="GtkLabel" id="_menu_label">
- <property name="visible">True</property>
- <property name="can-focus">False</property>
- <property name="label" translatable="yes">Click on items to select them</property>
- </object>
- </child>
- <child>
- <object class="GtkImage">
- <property name="visible">True</property>
- <property name="can-focus">False</property>
- <property name="icon-name">pan-down-symbolic</property>
- </object>
- </child>
- </object>
- </child>
- <style>
- <class name="selection-menu"/>
- </style>
</template>
</interface>