From 1b1f8f9272fa4cfcf7f31bca7c7e761f4b7929aa Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sat, 20 Aug 2022 20:32:31 +0300 Subject: [PATCH] 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 --- Khoj.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Khoj.spec b/Khoj.spec index eae5be1c..b191acd9 100644 --- a/Khoj.spec +++ b/Khoj.spec @@ -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 )