Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Update XSegEditor.py #5680

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions XSegEditor/XSegEditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down