[brasero] Make the widget to select discs the same size as the button on the right
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Subject: [brasero] Make the widget to select discs the same size as the button on the right
- Date: Wed, 24 Jun 2009 07:30:03 +0000 (UTC)
commit 5fe480c4ff801354fc32f5d61c877f86f3e5ffa9
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Tue Jun 23 20:57:49 2009 +0200
Make the widget to select discs the same size as the button on the right
libbrasero-burn/brasero-burn-options.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-burn/brasero-burn-options.c b/libbrasero-burn/brasero-burn-options.c
index 6161723..e9c38c4 100644
--- a/libbrasero-burn/brasero-burn-options.c
+++ b/libbrasero-burn/brasero-burn-options.c
@@ -530,7 +530,7 @@ brasero_burn_options_build_contents (BraseroBurnOptions *object)
selection = gtk_hbox_new (FALSE, 12);
gtk_widget_show (selection);
- alignment = gtk_alignment_new (0.0, 0.5, 1.0, 0.0);
+ alignment = gtk_alignment_new (0.0, 0.5, 1.0, 1.0);
gtk_widget_show (alignment);
gtk_box_pack_start (GTK_BOX (selection),
alignment,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]