summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2021-03-20 23:33:59 -0300
committerAndre Miranda <andreldm@xfce.org>2021-03-20 23:33:59 -0300
commit45e9f5b396b447ab128f2b5675fac1d459e875b4 (patch)
tree24e0e08c5dd4ed4b1f72793d23bb1f02df789c19 /src
parentce3b494c372a5661e856da876b56e0b643d33f3f (diff)
downloadxfce4-appfinder-45e9f5b396b447ab128f2b5675fac1d459e875b4.tar.gz
Mention that custom actions are only available in collapsed mode (#27)
Diffstat (limited to 'src')
-rw-r--r--src/appfinder-preferences.glade39
1 files changed, 37 insertions, 2 deletions
diff --git a/src/appfinder-preferences.glade b/src/appfinder-preferences.glade
index bce1252..52f7c1c 100644
--- a/src/appfinder-preferences.glade
+++ b/src/appfinder-preferences.glade
@@ -492,6 +492,41 @@
<property name="border_width">12</property>
<property name="spacing">6</property>
<child>
+ <object class="GtkInfoBar" id="infobar1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child internal-child="content_area">
+ <object class="GtkBox">
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Custom actions are only available in collapsed mode.</property>
+ <property name="use_markup">True</property>
+ <property name="wrap">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkHBox" id="hbox1">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -600,7 +635,7 @@
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
- <property name="position">0</property>
+ <property name="position">1</property>
</packing>
</child>
<child>
@@ -726,7 +761,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
- <property name="position">1</property>
+ <property name="position">2</property>
</packing>
</child>
</object>