[Xfce4-commits] [xfce/thunar] 01/01: Fix minor visual issues in UCA editor

noreply at xfce.org noreply at xfce.org
Sat Aug 26 02:56:06 CEST 2017


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/thunar.

commit 4432eede88504f7141d6b3cedae4a182e18ed674
Author: Andre Miranda <andreldm at xfce.org>
Date:   Fri Aug 25 21:55:26 2017 -0300

    Fix minor visual issues in UCA editor
---
 plugins/thunar-uca/thunar-uca-editor.ui | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/plugins/thunar-uca/thunar-uca-editor.ui b/plugins/thunar-uca/thunar-uca-editor.ui
index e254072..65df468 100644
--- a/plugins/thunar-uca/thunar-uca-editor.ui
+++ b/plugins/thunar-uca/thunar-uca-editor.ui
@@ -7,10 +7,10 @@
   <requires lib="gtk+" version="3.12"/>
   <template class="ThunarUcaEditor" parent="GtkDialog">
     <property name="can_focus">False</property>
-    <property name="title" translatable="yes">FIXME</property>
+    <property name="title" translatable="yes">Edit Action</property>
     <property name="modal">True</property>
-    <property name="default_width">450</property>
-    <property name="default_height">500</property>
+    <property name="default_width">400</property>
+    <property name="default_height">450</property>
     <property name="destroy_with_parent">True</property>
     <property name="type_hint">dialog</property>
     <child internal-child="vbox">
@@ -193,6 +193,7 @@
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
                     <property name="tooltip_text" translatable="yes">Click this button to select an icon file that will be displayed in the context menu in addition to the action name chosen above.</property>
+                    <property name="halign">start</property>
                     <signal name="clicked" handler="thunar_uca_editor_icon_clicked" swapped="yes"/>
                   </object>
                   <packing>
@@ -223,6 +224,7 @@
                     <property name="can_focus">False</property>
                     <property name="row_spacing">3</property>
                     <property name="column_spacing">6</property>
+                    <property name="valign">start</property>
                     <child>
                       <object class="GtkImage" id="image2">
                         <property name="visible">True</property>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list