File: diff

package info (click to toggle)
ktp-contact-list 22.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,720 kB
  • sloc: cpp: 4,704; sh: 3; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/contact-overlays.cpp b/contact-overlays.cpp
index e8604be..166030d 100644
--- a/contact-overlays.cpp
+++ b/contact-overlays.cpp
@@ -26,7 +26,7 @@
 
 #include <KTp/types.h>
 
-const int spacing = IconSize(KIconLoader::Dialog) / 8;
+#define spacing (IconSize(KIconLoader::Dialog) / 8)
 
 class GuiItemContactViewHoverButton : public ContactViewHoverButton
 {