[Xfce4-commits] <xfce4-settings:master> Tweak the label-colors in identity-popups
Nick Schermer
noreply at xfce.org
Sun Oct 28 10:44:46 CET 2012
Updating branch refs/heads/master
to 487c1b0e364b37a4310827e8192c26b4c47da61a (commit)
from fac8d97f4d7173c9ebaeb4bdf5f51a5ee7eb03f5 (commit)
commit 487c1b0e364b37a4310827e8192c26b4c47da61a
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Fri Oct 12 14:25:28 2012 +0200
Tweak the label-colors in identity-popups
dialogs/display-settings/main.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c
index e32bd32..0fcc825 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -1172,14 +1172,14 @@ display_setting_identity_display (gint display_id,
name = xfce_randr_friendly_name (xfce_randr,
xfce_randr->resources->outputs[display_id],
xfce_randr->output_info[display_id]->name);
- color_hex = "#D0D0D0";
- if ((has_selection)) color_hex = "#FFFFFF";
+ color_hex = "#FFFFFF";
+ if ((has_selection)) color_hex = "#EDEDFF";
name_label = g_markup_printf_escaped("<span foreground='%s'><big><b>%s %s</b></big></span>", color_hex, _("Display:"), name);
gtk_label_set_markup (GTK_LABEL(display_name), name_label);
g_free (name_label);
- details_label = g_markup_printf_escaped("<span foreground='#ABABAB'>%s %i x %i</span>", _("Resolution:"), screen_width, screen_height);
+ details_label = g_markup_printf_escaped("<span foreground='%s'>%s %i x %i</span>", color_hex, _("Resolution:"), screen_width, screen_height);
gtk_label_set_markup (GTK_LABEL(display_details), details_label);
g_free (details_label);
More information about the Xfce4-commits
mailing list