[gnome-bluetooth] wizard: Remove white background for PIN
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] wizard: Remove white background for PIN
- Date: Wed, 18 Jan 2012 16:03:09 +0000 (UTC)
commit 1053c16d64521909736b3397328ac5ff5aba410a
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jan 18 15:53:20 2012 +0000
wizard: Remove white background for PIN
wizard/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wizard/main.c b/wizard/main.c
index 4ccb9d5..935cd8a 100644
--- a/wizard/main.c
+++ b/wizard/main.c
@@ -134,7 +134,7 @@ set_large_label (GtkLabel *label, const char *text)
{
char *str;
- str = g_strdup_printf("<span font_desc=\"50\" color=\"black\" bgcolor=\"white\"> %s </span>", text);
+ str = g_strdup_printf("<span font_desc=\"50\"> %s </span>", text);
gtk_label_set_markup(GTK_LABEL(label), str);
g_free(str);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]