[evince] Fix incorrect row number in gtk_grid_attach() for Color label
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] Fix incorrect row number in gtk_grid_attach() for Color label
- Date: Sun, 4 Dec 2011 11:52:28 +0000 (UTC)
commit d00a00248b2439d0c4e58bb6dc2239d09ddbd15c
Author: Carlos Garcia Campos <carlosgc gnome org>
Date: Sun Dec 4 12:51:54 2011 +0100
Fix incorrect row number in gtk_grid_attach() for Color label
shell/ev-annotation-properties-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/ev-annotation-properties-dialog.c b/shell/ev-annotation-properties-dialog.c
index 9fcacd6..6b50c69 100644
--- a/shell/ev-annotation-properties-dialog.c
+++ b/shell/ev-annotation-properties-dialog.c
@@ -167,7 +167,7 @@ ev_annotation_properties_dialog_init (EvAnnotationPropertiesDialog *annot_dialog
label = gtk_label_new (_("Color:"));
gtk_misc_set_alignment (GTK_MISC (label), 0., 0.5);
- gtk_grid_attach (GTK_GRID (grid), label, 0, 2, 1, 1);
+ gtk_grid_attach (GTK_GRID (grid), label, 0, 1, 1, 1);
gtk_widget_show (label);
annot_dialog->color = gtk_color_button_new_with_color (&color);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]