Move Splash screen text below icon. Set the text color to black

- It is currently on top of the splash screen icon
- Ballpark pixels to move such that text positioned below icon
- Test later to verify if text is positioned fine now
This commit is contained in:
Debanjum Singh Solanky 2022-08-20 20:32:31 +03:00
parent 450f6441e2
commit 1b1f8f9272

View file

@ -53,9 +53,9 @@ if system() != 'Darwin':
'src/interface/web/assets/icons/favicon-144x144.png',
binaries=a.binaries,
datas=a.datas,
text_pos=(10, 50),
text_pos=(10, 160),
text_size=12,
text_color='blue',
text_color='black',
minify_script=True,
always_on_top=True
)