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 Binary files a/desktop/onionshare/resources/images/tor-connect-stars.png and b/desktop/onionshare/resources/images/tor-connect-stars.png differ