aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-03-06 11:58:16 -0800
committerMicah Lee <micah@micahflee.com>2022-03-06 11:58:16 -0800
commit102bbf8601c41a73a9bb6a97c13720a768f1ee1a (patch)
tree3576f859b37c6aee944ac7a3e3c8edd131a27379
parentdc812bd4d095905657a57108e97e181488d6c664 (diff)
downloadonionshare-102bbf8601c41a73a9bb6a97c13720a768f1ee1a.tar.gz
onionshare-102bbf8601c41a73a9bb6a97c13720a768f1ee1a.zip
Move stars and planet right 40 pixels
-rw-r--r--desktop/onionshare/connection_tab.py2
-rw-r--r--desktop/onionshare/resources/images/tor-connect-stars.pngbin14135 -> 16064 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/desktop/onionshare/connection_tab.py b/desktop/onionshare/connection_tab.py
index 2eb177ee..0f268a68 100644
--- a/desktop/onionshare/connection_tab.py
+++ b/desktop/onionshare/connection_tab.py
@@ -385,7 +385,7 @@ class AnimStars(Anim):
def __init__(self, parent, window):
super(AnimStars, self).__init__(
- parent, window, 780, 629, "tor-connect-stars.png"
+ parent, window, 740, 629, "tor-connect-stars.png"
)
def move(self):
diff --git a/desktop/onionshare/resources/images/tor-connect-stars.png b/desktop/onionshare/resources/images/tor-connect-stars.png
index 9aa1ad4f..c5c82cb7 100644
--- a/desktop/onionshare/resources/images/tor-connect-stars.png
+++ b/desktop/onionshare/resources/images/tor-connect-stars.png
Binary files differ