This is an automated email from the git hooks/post-receive script. o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r in repository xfce/xfce4-settings.
commit e96f11f1814e5372646f2957c6748185799c729e Author: Simon Steinbeiss <[email protected]> Date: Fri Sep 7 23:28:55 2018 +0200 display: Tweak the look of the fake primary panel --- dialogs/display-settings/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c index aa88df6..031c6ba 100644 --- a/dialogs/display-settings/main.c +++ b/dialogs/display-settings/main.c @@ -3040,8 +3040,8 @@ paint_output (cairo_t *cr, int i, double *snap_x, double *snap_y) /* Draw a panel type rectangle to show which monitor is primary */ if (xfce_randr->status[output->id] == XFCE_OUTPUT_STATUS_PRIMARY) { - cairo_rectangle (cr, x + 1, y + 1, end_x - x - 2, 7); - cairo_set_source_rgba (cr, 0.0, 0.0, 0.0, alpha - 0.2); + cairo_rectangle (cr, x, y, end_x - x, 7); + cairo_set_source_rgba (cr, 0.0, 0.0, 0.0, alpha - 0.3); cairo_fill (cr); } -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
