mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
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:
@@ -53,9 +53,9 @@ if system() != 'Darwin':
|
|||||||
'src/interface/web/assets/icons/favicon-144x144.png',
|
'src/interface/web/assets/icons/favicon-144x144.png',
|
||||||
binaries=a.binaries,
|
binaries=a.binaries,
|
||||||
datas=a.datas,
|
datas=a.datas,
|
||||||
text_pos=(10, 50),
|
text_pos=(10, 160),
|
||||||
text_size=12,
|
text_size=12,
|
||||||
text_color='blue',
|
text_color='black',
|
||||||
minify_script=True,
|
minify_script=True,
|
||||||
always_on_top=True
|
always_on_top=True
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user