Skip to content
Snippets Groups Projects
Commit 9059d6bf authored by Thomas Holene Løkkeborg's avatar Thomas Holene Løkkeborg
Browse files

Apply suggestion to soitool/modules/module_freetext.py

parent 848550c6
No related branches found
No related tags found
1 merge request!51Modul fritekst
Pipeline #77886 passed
...@@ -63,7 +63,7 @@ class LineEditWithSizeOfContent(QLineEdit): ...@@ -63,7 +63,7 @@ class LineEditWithSizeOfContent(QLineEdit):
self.text() self.text()
) )
# Hardcoded addition because font metrics is slightly off... # Hardcoded addition because font metrics is slightly off...
# likely because of the font weight # Likely because of the font weight
content_width += 10 content_width += 10
return QSize(content_width, size_hint_parent.height()) return QSize(content_width, size_hint_parent.height())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment