From e6ece47c774376cd5baaf19ce26ec986ec2eca3e Mon Sep 17 00:00:00 2001
From: Alexander Schwinn <alexxcons@xfce.org>
Date: Sun, 24 Oct 2021 14:07:22 +0000
Subject: [PATCH] Add link to thunar doc. to uca chooser dialog (Issue #245)

And align info icon to the top
---
 plugins/thunar-uca/thunar-uca-chooser.ui | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/plugins/thunar-uca/thunar-uca-chooser.ui b/plugins/thunar-uca/thunar-uca-chooser.ui
index 7c96b7ac1..bb0128fb1 100644
--- a/plugins/thunar-uca/thunar-uca-chooser.ui
+++ b/plugins/thunar-uca/thunar-uca-chooser.ui
@@ -24,11 +24,15 @@
                 <property name="icon-name">dialog-information</property>
                 <property name="icon-size">5</property>
                 <property name="visible">TRUE</property>
+                <property name="yalign">0.0</property>
               </object>
             </child>
             <child>
               <object class="GtkLabel">
-                <property name="label" translatable="yes">You can configure custom actions that will appear in the file managers context menus for certain kinds of files.</property>
+                <property name="label" translatable="yes">You can configure custom actions that will appear in the file managers context menus for certain kinds of files.
+
+Check the &lt;a href="https://docs.xfce.org/xfce/thunar/custom-actions"&gt;documentation&lt;/a&gt; for a collection of custom action samples.</property>
+                <property name="use-markup">True</property>
                 <property name="xalign">0.0</property>
                 <property name="yalign">0.5</property>
                 <property name="visible">TRUE</property>
-- 
GitLab