[brasero] Improve alignment of image type widget with all other widget from GtkFileChooser
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Subject: [brasero] Improve alignment of image type widget with all other widget from GtkFileChooser
- Date: Fri, 3 Jul 2009 13:13:10 +0000 (UTC)
commit 5a0afdb71767cf19ceaf13c46975333d8c080c61
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Fri Jul 3 10:44:36 2009 +0200
Improve alignment of image type widget with all other widget from GtkFileChooser
libbrasero-burn/brasero-image-properties.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libbrasero-burn/brasero-image-properties.c b/libbrasero-burn/brasero-image-properties.c
index 7a376e3..cd62edd 100644
--- a/libbrasero-burn/brasero-image-properties.c
+++ b/libbrasero-burn/brasero-image-properties.c
@@ -182,6 +182,8 @@ brasero_image_properties_set_formats (BraseroImageProperties *self,
GtkWidget *label;
box = gtk_hbox_new (FALSE, 6);
+ gtk_container_set_border_width (GTK_CONTAINER (box), 4);
+
gtk_widget_show (box);
gtk_box_pack_end (GTK_BOX (GTK_DIALOG (self)->vbox),
box,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]