diff options
author | Sean Davis <smd.seandavis@gmail.com> | 2018-09-02 06:20:23 -0400 |
---|---|---|
committer | Andre Miranda <andreldm@xfce.org> | 2018-09-06 22:08:44 -0300 |
commit | 82843c2b7ce100588d9d99ff4a4791e5a74efa72 (patch) | |
tree | 9eec78584e1468371c9efa155e467e8b63655370 /plugins | |
parent | 81a46782e615e5ca0903607ec10065ca51a6bc92 (diff) | |
download | thunar-82843c2b7ce100588d9d99ff4a4791e5a74efa72.tar.gz |
thunar-sbr: Allow date format to expand
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/thunar-sbr/thunar-sbr-date-renamer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/thunar-sbr/thunar-sbr-date-renamer.c b/plugins/thunar-sbr/thunar-sbr-date-renamer.c index 1abb132c..14eee2b2 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 " |