[Xfce4-commits] [xfce/thunar] 08/09: thunar-sbr: Allow date format to expand

noreply at xfce.org noreply at xfce.org
Fri Sep 7 03:23:11 CEST 2018


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       x   f   c   e   -   4   .   1   4   
   in repository xfce/thunar.

commit c24061ad782ac696a7839b5fbd09d8b8c2aafdab
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Sep 2 06:20:23 2018 -0400

    thunar-sbr: Allow date format to expand
---
 plugins/thunar-sbr/thunar-sbr-date-renamer.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/thunar-sbr/thunar-sbr-date-renamer.c b/plugins/thunar-sbr/thunar-sbr-date-renamer.c
index 1abb132..14eee2b 100644
--- a/plugins/thunar-sbr/thunar-sbr-date-renamer.c
+++ b/plugins/thunar-sbr/thunar-sbr-date-renamer.c
@@ -217,6 +217,7 @@ thunar_sbr_date_renamer_init (ThunarSbrDateRenamer *date_renamer)
 
   entry = gtk_entry_new ();
   exo_mutual_binding_new (G_OBJECT (entry), "text", G_OBJECT (date_renamer), "format");
+  gtk_widget_set_hexpand (GTK_WIDGET (entry), TRUE);
   gtk_grid_attach (GTK_GRID (grid), entry, 3, 0, 1, 1);
   gtk_widget_set_tooltip_text (entry,
                                _("The format describes the date and time parts to insert "

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


More information about the Xfce4-commits mailing list