summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2022-02-14 16:00:11 -0300
committerAndre Miranda <andreldm@xfce.org>2022-02-14 16:00:11 -0300
commitbf6230760c6ff63c92881bac4c57c2328667badc (patch)
tree33f7476b27fa77808cbd8a412fd9363cf3ed457e
parent3b480069d21de1be197e1558895c4cdb26e1eb51 (diff)
downloadxfce4-appfinder-bf6230760c6ff63c92881bac4c57c2328667badc.tar.gz
Do not allow custom action notice to wrap lines
-rw-r--r--src/appfinder-preferences.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appfinder-preferences.glade b/src/appfinder-preferences.glade
index c23f3ae..a9b3135 100644
--- a/src/appfinder-preferences.glade
+++ b/src/appfinder-preferences.glade
@@ -524,7 +524,7 @@
<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>
+ <property name="wrap">False</property>
</object>
<packing>
<property name="expand">False</property>