From 70222f4ae2f21668647a7b4f88c7f8f365be31bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 10 Sep 2018 21:22:01 +0200 Subject: [PATCH] Fixed overlapping scale numbers --- src/GUI/scaleitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/scaleitem.cpp b/src/GUI/scaleitem.cpp index 573c95fc..62cf009c 100644 --- a/src/GUI/scaleitem.cpp +++ b/src/GUI/scaleitem.cpp @@ -6,7 +6,7 @@ #define BORDER_WIDTH 1 -#define SCALE_WIDTH 132 +#define SCALE_WIDTH 135 #define SCALE_HEIGHT 5 #define SEGMENTS 3 #define PADDING 4