- more fixes for porting to PyQt6

This commit is contained in:
Marius Stanciu
2021-08-05 02:23:29 +03:00
committed by Marius
parent e0a7afb2cd
commit 4eb20fd5fe
4 changed files with 12 additions and 11 deletions

View File

@@ -365,7 +365,7 @@ class TextInputTool(AppTool):
self.grid_text.addWidget(FCLabel('%s:' % _("Text")), 4, 0, 1, 2)
self.text_input_entry = FCTextAreaRich()
self.text_input_entry.setTabStopWidth(12)
self.text_input_entry.setTabStopDistance(12)
self.text_input_entry.setMinimumHeight(200)
# self.text_input_entry.setMaximumHeight(150)
self.text_input_entry.setCurrentFont(f_current)