[brasero] Add a little border around help text (the one in the center) area in project



commit 5a1e128f4e7494e52c63034d430ee909ca499622
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Fri Jul 17 15:32:16 2009 +0200

    Add a little border around help text (the one in the center) area in project

 src/brasero-project.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/brasero-project.c b/src/brasero-project.c
index bf82612..d3d3e6b 100644
--- a/src/brasero-project.c
+++ b/src/brasero-project.c
@@ -662,6 +662,7 @@ brasero_disc_get_use_info_notebook (BraseroProject *project)
 
 	/* The alignment to set properly the position of the GtkTextView */
 	alignment = gtk_alignment_new (0.5, 0.3, 0.0, 0.0);
+	gtk_container_set_border_width (GTK_CONTAINER (alignment), 10);
 	gtk_widget_show (alignment);
 	gtk_container_add (GTK_CONTAINER (event_box), alignment);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]