From 82843c2b7ce100588d9d99ff4a4791e5a74efa72 Mon Sep 17 00:00:00 2001 From: Sean Davis <smd.seandavis@gmail.com> Date: Sun, 2 Sep 2018 06:20:23 -0400 Subject: [PATCH] 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 1abb132c2..14eee2b28 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 " -- GitLab