diff options
author | Pablo Barciela <[email protected]> | 2017-12-26 13:42:28 +0100 |
---|---|---|
committer | monsta <[email protected]> | 2018-03-20 11:03:27 +0300 |
commit | ab71db7f5014b90388a205eb042b8215e5450c58 (patch) | |
tree | 9d9421441bf06de27d23557e368053241e560ddc | |
parent | c8c773a12b9df76f954b8260014409651b0b5d49 (diff) | |
download | mate-system-monitor-ab71db7f5014b90388a205eb042b8215e5450c58.tar.bz2 mate-system-monitor-ab71db7f5014b90388a205eb042b8215e5450c58.tar.xz |
Fix system logo alignment
Fixes https://github.com/mate-desktop/mate-system-monitor/issues/93
-rw-r--r-- | src/sysinfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sysinfo.cpp b/src/sysinfo.cpp index f7602cf..195137d 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 |