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

#91 gjorde endring foreslått av anders

parent 427c6c59
No related branches found
No related tags found
1 merge request!51Modul fritekst
Pipeline #78290 passed
......@@ -38,7 +38,7 @@ class TextEditWithSizeOfContent(QTextEdit):
def resizeEvent(self, event):
"""Update geometry before handling the resizeEvent.
See sources.
See sources in module docstring.
Parameters
----------
......@@ -70,7 +70,7 @@ class LineEditWithSizeOfContent(QLineEdit):
def resizeEvent(self, event):
"""Update geometry before handling the resizeEvent.
See sources.
See sources in module docstring.
Parameters
----------
......@@ -141,7 +141,7 @@ class FreeTextModule(ModuleBase, QWidget, metaclass=Meta):
def resizeEvent(self, event):
"""Update geometry before handling the resizeEvent.
See sources.
See sources in module docstring.
Parameters
----------
......
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