From 4432eede88504f7141d6b3cedae4a182e18ed674 Mon Sep 17 00:00:00 2001 From: Andre Miranda <andreldm@xfce.org> Date: Fri, 25 Aug 2017 21:55:26 -0300 Subject: [PATCH] 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 e254072e4..65df46883 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> -- GitLab