From d9e4d6c519041c18b7564d0e3a0002a64cb9e334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 17 May 2025 00:22:40 +0200 Subject: [PATCH] Extend the maximal point text box width --- src/map/textpointitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/textpointitem.cpp b/src/map/textpointitem.cpp index d5986139..19514440 100644 --- a/src/map/textpointitem.cpp +++ b/src/map/textpointitem.cpp @@ -8,7 +8,7 @@ #define FLAGS (Qt::AlignCenter | Qt::TextWordWrap | Qt::TextDontClip) -#define MAX_TEXT_WIDTH 8 +#define MAX_TEXT_WIDTH 10 #define MIN_BOX_WIDTH 2