[nautilus] properties-window: fix packing for desktop file properties box
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] properties-window: fix packing for desktop file properties box
- Date: Wed, 7 Mar 2012 17:18:23 +0000 (UTC)
commit b4877e5bb19d99936987dc9507fba273a55c3a5a
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed Mar 7 12:17:55 2012 -0500
properties-window: fix packing for desktop file properties box
Fallout from GtkTable->GtkGrid migration.
src/nautilus-properties-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index 28b0094..547178c 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -3071,7 +3071,7 @@ create_basic_page (NautilusPropertiesWindow *window)
gtk_grid_attach_next_to (window->details->basic_grid, box,
GTK_WIDGET (window->details->name_label),
- GTK_POS_BOTTOM, 1, 1);
+ GTK_POS_BOTTOM, 2, 1);
}
if (should_show_file_type (window)) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]