aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2012-02-24 16:56:22 +0000
committerConor Curran <conor.curran@canonical.com>2012-02-24 16:56:22 +0000
commit59eb64fdd2e3848973951fbbbfd6869545f960dc (patch)
tree96d9927ff0b2130b7973c500344df385522e80cc
parentd7aac51c9318e7e4613ca630902b520861af5bb9 (diff)
downloadayatana-indicator-sound-59eb64fdd2e3848973951fbbbfd6869545f960dc.tar.gz
ayatana-indicator-sound-59eb64fdd2e3848973951fbbbfd6869545f960dc.tar.bz2
ayatana-indicator-sound-59eb64fdd2e3848973951fbbbfd6869545f960dc.zip
push it down another 2 pixels
-rw-r--r--src/metadata-widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metadata-widget.c b/src/metadata-widget.c
index 85b4f92..597c12c 100644
--- a/src/metadata-widget.c
+++ b/src/metadata-widget.c
@@ -229,7 +229,7 @@ metadata_widget_init (MetadataWidget *self)
GtkWidget* player_label;
player_label = gtk_label_new ("");
gtk_misc_set_alignment(GTK_MISC(player_label), (gfloat)0, (gfloat)0);
- gtk_misc_set_padding (GTK_MISC(player_label), (gfloat)1, (gfloat)2);
+ gtk_misc_set_padding (GTK_MISC(player_label), (gfloat)1, (gfloat)4);
gtk_widget_set_size_request (player_label, 150, 24);
priv->player_label = player_label;