[nautilus-actions] NactExportFormat: increment spacing before the comment
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] NactExportFormat: increment spacing before the comment
- Date: Wed, 14 Dec 2011 23:04:34 +0000 (UTC)
commit 5a3a4e15a0c3d691a01c7ce0dbcbf53a05b3a039
Author: Pierre Wieser <pwieser trychlos org>
Date: Thu Dec 15 00:01:36 2011 +0100
NactExportFormat: increment spacing before the comment
ChangeLog | 4 ++++
src/nact/nact-export-format.c | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 11d3c54..90cd672 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-14 Pierre Wieser <pwieser trychlos org>
+
+ * src/nact/nact-export-format.c (draw_in_vbox): Increment spacing.
+
2011-12-13 Pierre Wieser <pwieser trychlos org>
* docs/reference/Makefile.am: Fix (one more time) the build.
diff --git a/src/nact/nact-export-format.c b/src/nact/nact-export-format.c
index c4b0773..a4344ac 100644
--- a/src/nact/nact-export-format.c
+++ b/src/nact/nact-export-format.c
@@ -218,7 +218,7 @@ draw_in_vbox( GtkWidget *container, const NAExportFormat *format, guint mode, gi
case EXPORT_FORMAT_DISPLAY_ASSISTANT:
gtk_widget_style_get( GTK_WIDGET( button ), "indicator-size", &size, NULL );
gtk_widget_style_get( GTK_WIDGET( button ), "indicator-spacing", &spacing, NULL );
- size += 2*spacing;
+ size += 3*spacing;
desc_label = GTK_LABEL( gtk_label_new( description ));
gtk_misc_get_padding( GTK_MISC( desc_label ), NULL, &ypad );
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]