From 61453b1dbbe5e4dc4f55bdd1e6346369cf67a2da Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Wed, 9 Apr 2014 13:02:40 +0200 Subject: [PATCH] display: Add edge thickness to labeler The edge antialising in the label was bad due to the small thickness. Adding one pixel more to the thickness looks better. https://bugzilla.gnome.org/show_bug.cgi?id=727887 --- panels/display/cc-rr-labeler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panels/display/cc-rr-labeler.c b/panels/display/cc-rr-labeler.c index 646b11228..f40135568 100644 --- a/panels/display/cc-rr-labeler.c +++ b/panels/display/cc-rr-labeler.c @@ -235,7 +235,7 @@ rounded_rectangle (cairo_t *cr, #define LABEL_WINDOW_SIZE 80 #define LABEL_WINDOW_MARGIN 14 -#define LABEL_WINDOW_EDGE_THICKNESS 1 +#define LABEL_WINDOW_EDGE_THICKNESS 2 #define LABEL_WINDOW_PADDING 12 /* Look for panel-corner in: * http://git.gnome.org/browse/gnome-shell/tree/data/theme/gnome-shell.css