mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 13:32:09 -07:00
Update XSegEditor.py
Fix non visible tooltip text when running in Linux
This commit is contained in:
parent
46fc2397c5
commit
26927dab25
1 changed files with 6 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue