[goobox] horizontally align the cd cover and the cd and track titles



commit 29ac484c5479e577c0f87a846c5a4bb512d450ce
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Tue Jun 5 22:51:28 2012 +0200

    horizontally align the cd cover and the cd and track titles

 src/goo-player-info.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/goo-player-info.c b/src/goo-player-info.c
index 4586c4b..e3b774f 100644
--- a/src/goo-player-info.c
+++ b/src/goo-player-info.c
@@ -379,6 +379,7 @@ goo_player_info_construct (GooPlayerInfo *info)
 
 	priv->title1_label = gtk_label_new (NULL);
 	gtk_misc_set_alignment (GTK_MISC (priv->title1_label), 0.0, 0.5);
+	gtk_widget_set_margin_top (priv->title1_label, 6);
 
 	priv->title2_label = gtk_label_new (NULL);
 	gtk_misc_set_alignment (GTK_MISC (priv->title2_label), 0.0, 0.5);
@@ -403,6 +404,7 @@ goo_player_info_construct (GooPlayerInfo *info)
 	/* Time */
 
 	time_box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);
+	gtk_widget_set_margin_bottom (time_box, 6);
 
 	priv->time_scale = gtk_scale_new_with_range (GTK_ORIENTATION_HORIZONTAL, 0.0, 1.0, 0.01);
 	gtk_range_set_increments (GTK_RANGE (priv->time_scale), 0.01, 0.1);



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