[gnome-media] Fix cramped appearance of the balance slider
- From: Matthias Clasen <matthiasc src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-media] Fix cramped appearance of the balance slider
- Date: Fri, 1 May 2009 21:06:09 -0400 (EDT)
commit e339e2b447ee7fcad3fc1c042fa71caefe86e788
Author: Matthias Clasen <mclasen redhat com>
Date: Fri May 1 21:04:56 2009 -0400
Fix cramped appearance of the balance slider
The balance bar was obviously meant to use the size group in the
same way as the channel bar, but due to a typo, the entire balance
bar was forced in the space thats used for the label in channel bars.
---
gnome-volume-control/src/gvc-balance-bar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnome-volume-control/src/gvc-balance-bar.c b/gnome-volume-control/src/gvc-balance-bar.c
index 45e5183..34dd9a2 100644
--- a/gnome-volume-control/src/gvc-balance-bar.c
+++ b/gnome-volume-control/src/gvc-balance-bar.c
@@ -96,7 +96,7 @@ _scale_box_new (GvcBalanceBar *bar)
gtk_box_pack_start (GTK_BOX (sbox), priv->label, FALSE, FALSE, 0);
- gtk_box_pack_start (GTK_BOX (sbox), priv->scale, TRUE, TRUE, 0);
+ gtk_box_pack_start (GTK_BOX (box), priv->scale, TRUE, TRUE, 0);
str = g_strdup_printf ("<small>%s</small>", C_("balance", "Left"));
gtk_scale_add_mark (GTK_SCALE (priv->scale), adjustment->lower ,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]