[gthumb/ext] [time_selector] make the date entry shorter
- From: Paolo Bacchilega <paobac src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gthumb/ext] [time_selector] make the date entry shorter
- Date: Fri, 18 Dec 2009 20:38:41 +0000 (UTC)
commit cdbd334a21255a10e49abac40ff3b0e695b848d2
Author: Paolo Bacchilega <paobac src gnome org>
Date: Fri Dec 18 16:59:53 2009 +0100
[time_selector] make the date entry shorter
gthumb/gth-time-selector.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-time-selector.c b/gthumb/gth-time-selector.c
index 6c2f9bf..ffb4820 100644
--- a/gthumb/gth-time-selector.c
+++ b/gthumb/gth-time-selector.c
@@ -377,7 +377,7 @@ gth_time_selector_construct (GthTimeSelector *self)
gtk_box_pack_start (GTK_BOX (self), box, FALSE, FALSE, 0);
self->priv->date_entry = gtk_entry_new ();
- gtk_entry_set_width_chars (GTK_ENTRY (self->priv->date_entry), 15);
+ gtk_entry_set_width_chars (GTK_ENTRY (self->priv->date_entry), 10);
gtk_editable_set_editable (GTK_EDITABLE (self->priv->date_entry), TRUE);
gtk_widget_show (self->priv->date_entry);
gtk_box_pack_start (GTK_BOX (box), self->priv->date_entry, FALSE, FALSE, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]