summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2017-12-26 13:42:28 +0100
committerPablo Barciela <[email protected]>2017-12-26 13:42:28 +0100
commitc3a2692d4e97e1bd699bba885a0b7be11f93bc89 (patch)
tree4074468e0717bda1569363dea787deceb09318aa
parent03bc1b823b3eb7af4f51e8a8c484576552ce4c6a (diff)
downloadmate-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
-rw-r--r--src/sysinfo.cpp4
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