← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~bratsche/xsplash/throbber-location into lp:xsplash

 

Cody Russell has proposed merging lp:~bratsche/xsplash/throbber-location into lp:xsplash.

    Requested reviews:
    Canonical Desktop Experience Team (canonical-dx-team)
Related bugs:
  #435114 Throbber appears to be incorrectly positioned
  https://bugs.launchpad.net/bugs/435114

-- 
https://code.launchpad.net/~bratsche/xsplash/throbber-location/+merge/12468
Your team ayatana-commits is subscribed to branch lp:xsplash.
=== modified file 'src/xsplash.c'
--- src/xsplash.c	2009-09-17 03:23:42 +0000
+++ src/xsplash.c	2009-09-26 19:30:24 +0000
@@ -573,7 +573,7 @@
 
           gtk_fixed_put (GTK_FIXED (fixed), priv->throbber,
                          gdk_screen_get_width (priv->screen) / 2 - gdk_pixbuf_get_width (priv->throbber_pixbuf) / 2,
-                         gdk_screen_get_height (priv->screen) / 3 + gdk_pixbuf_get_height (logo) + gdk_pixbuf_get_height (priv->throbber_pixbuf) / ((throbber_frames - 1) * 2));
+                         gdk_screen_get_height (priv->screen) / 3 + gdk_pixbuf_get_height (logo) / 2 + gdk_pixbuf_get_height (priv->throbber_pixbuf) / ((throbber_frames - 1) * 2));
           start_throbber (server);
         }
       else


Follow ups