Fix growing tree details panel on long labels

This commit is contained in:
Veronica K. B. Olsen
2019-11-03 23:14:31 +01:00
parent 9f92c0e80c
commit ae89cbd7ad
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -811,8 +811,8 @@ class GuiMain(QMainWindow):
return
def _splitViewMove(self, pWidth, pHeight):
"""Alert dependent GUI elements that the main pane splitter has
been moved.
"""Alert dependent GUI elements that the edit/view pane splitter
has been moved.
"""
self.docEditor.changeWidth()
return