[nautilus] conflict-dialog: make the rename entry expand the whole width
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] conflict-dialog: make the rename entry expand the whole width
- Date: Thu, 7 Apr 2011 14:32:42 +0000 (UTC)
commit 392359db6d6496b325044d809d96b034a2298514
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Apr 7 10:31:24 2011 -0400
conflict-dialog: make the rename entry expand the whole width
.../nautilus-file-conflict-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libnautilus-private/nautilus-file-conflict-dialog.c b/libnautilus-private/nautilus-file-conflict-dialog.c
index df320d8..d7803b6 100644
--- a/libnautilus-private/nautilus-file-conflict-dialog.c
+++ b/libnautilus-private/nautilus-file-conflict-dialog.c
@@ -511,7 +511,7 @@ nautilus_file_conflict_dialog_init (NautilusFileConflictDialog *fcd)
gtk_container_add (GTK_CONTAINER (details->expander), hbox);
widget = gtk_entry_new ();
- gtk_box_pack_start (GTK_BOX (hbox), widget, FALSE, FALSE, 6);
+ gtk_box_pack_start (GTK_BOX (hbox), widget, TRUE, TRUE, 6);
details->entry = widget;
g_signal_connect (widget, "changed",
G_CALLBACK (entry_text_changed_cb), dialog);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]