From 9059d6bf1dd5101382f2ce86d5753c74a6fd89a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Holene=20L=C3=B8kkeborg?= <thomahl@stud.ntnu.no> Date: Tue, 31 Mar 2020 11:47:08 +0200 Subject: [PATCH] Apply suggestion to soitool/modules/module_freetext.py --- soitool/modules/module_freetext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soitool/modules/module_freetext.py b/soitool/modules/module_freetext.py index ed6c0d9..938a385 100644 --- a/soitool/modules/module_freetext.py +++ b/soitool/modules/module_freetext.py @@ -63,7 +63,7 @@ class LineEditWithSizeOfContent(QLineEdit): self.text() ) # Hardcoded addition because font metrics is slightly off... - # likely because of the font weight + # Likely because of the font weight content_width += 10 return QSize(content_width, size_hint_parent.height()) -- GitLab