diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-08-25 18:15:56 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-08-25 18:15:56 +0100 |
commit | 254525b58e75739e8739cc1e13681a38b4beb615 (patch) | |
tree | d0dc03d4c08acc3b6f8b34cfe9ba88fb454d9de9 /src/title-widget.c | |
parent | 0cfad99ce347f365d52783a2f3543b25acc94706 (diff) | |
download | ayatana-indicator-sound-254525b58e75739e8739cc1e13681a38b4beb615.tar.gz ayatana-indicator-sound-254525b58e75739e8739cc1e13681a38b4beb615.tar.bz2 ayatana-indicator-sound-254525b58e75739e8739cc1e13681a38b4beb615.zip |
more tweaks
Diffstat (limited to 'src/title-widget.c')
-rw-r--r-- | src/title-widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/title-widget.c b/src/title-widget.c index b5ed3c0..e9f34d6 100644 --- a/src/title-widget.c +++ b/src/title-widget.c @@ -160,7 +160,7 @@ title_widget_style_name_text(TitleWidget* self) TitleWidgetPrivate * priv = TITLE_WIDGET_GET_PRIVATE(self); char* markup; - markup = g_markup_printf_escaped ("<span size=\"larger\">%s</span>", + markup = g_markup_printf_escaped ("<span size=\"medium\">%s</span>", gtk_label_get_text(GTK_LABEL(priv->name))); gtk_label_set_markup (GTK_LABEL (priv->name), markup); g_free(markup); |