diff --git a/XSegEditor/XSegEditor.py b/XSegEditor/XSegEditor.py index affc9f6..c326392 100644 --- a/XSegEditor/XSegEditor.py +++ b/XSegEditor/XSegEditor.py @@ -1475,6 +1475,12 @@ def start(input_dirpath): app.setFont( QFont('NotoSans')) + app.setStyleSheet("""QToolTip { + background-color: white; + color: black; + border: black solid 1px + }""") + QUIConfig.initialize() QStringDB.initialize()