From c3a2692d4e97e1bd699bba885a0b7be11f93bc89 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Tue, 26 Dec 2017 13:42:28 +0100 Subject: Fix system logo aligment Fixes https://github.com/mate-desktop/mate-system-monitor/issues/93 --- src/sysinfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sysinfo.cpp b/src/sysinfo.cpp index 1620523..01b0492 100644 --- a/src/sysinfo.cpp +++ b/src/sysinfo.cpp @@ -625,8 +625,8 @@ namespace { } -#define X_PAD 5 -#define Y_PAD 12 +#define X_PAD 0 +#define Y_PAD 0 #define LOGO_W 92 #define LOGO_H 351 #define RADIUS 5 -- cgit v1.2.1