diff options
author | Pablo Barciela <[email protected]> | 2017-12-26 13:42:28 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2017-12-26 13:42:28 +0100 |
commit | c3a2692d4e97e1bd699bba885a0b7be11f93bc89 (patch) | |
tree | 4074468e0717bda1569363dea787deceb09318aa /src/sysinfo.cpp | |
parent | 03bc1b823b3eb7af4f51e8a8c484576552ce4c6a (diff) | |
download | mate-system-monitor-c3a2692d4e97e1bd699bba885a0b7be11f93bc89.tar.bz2 mate-system-monitor-c3a2692d4e97e1bd699bba885a0b7be11f93bc89.tar.xz |
Fix system logo aligment
Fixes https://github.com/mate-desktop/mate-system-monitor/issues/93
Diffstat (limited to 'src/sysinfo.cpp')
-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 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 |