diff -Nru /tmp/ZSJ7Q71j70/usplash-theme-ubuntu-0.16/debian/changelog /tmp/KQQmbgPlwf/usplash-theme-ubuntu-0.16sladen1/debian/changelog --- /tmp/ZSJ7Q71j70/usplash-theme-ubuntu-0.16/debian/changelog 2007-09-24 16:16:19.000000000 +0200 +++ /tmp/KQQmbgPlwf/usplash-theme-ubuntu-0.16sladen1/debian/changelog 2007-09-25 14:19:53.000000000 +0200 @@ -1,3 +1,10 @@ +usplash-theme-ubuntu (0.16sladen1) gutsy; urgency=low + + * Ensure throbber is centred; Change all 'theme' resolution (except + 640x400x4): hardcoded 320px wide throbber to match the pixmap. + + -- Paul Sladen Mon, 24 Sep 2007 17:14:09 +0300 + usplash-theme-ubuntu (0.16) gutsy; urgency=low * Try to fix widescreen progress-bar misalignment; diff -Nru /tmp/ZSJ7Q71j70/usplash-theme-ubuntu-0.16/usplash-theme-ubuntu.c /tmp/KQQmbgPlwf/usplash-theme-ubuntu-0.16sladen1/usplash-theme-ubuntu.c --- /tmp/ZSJ7Q71j70/usplash-theme-ubuntu-0.16/usplash-theme-ubuntu.c 2007-09-24 16:12:44.000000000 +0200 +++ /tmp/KQQmbgPlwf/usplash-theme-ubuntu-0.16sladen1/usplash-theme-ubuntu.c 2007-09-25 14:17:41.000000000 +0200 @@ -105,10 +105,10 @@ .text_failure = 55, /* Progress bar position and size in pixels */ - .progressbar_x = 212, + .progressbar_x = 160, .progressbar_y = 251, - .progressbar_width = 216, + .progressbar_width = 320, - .progressbar_height = 8, + .progressbar_height = 18, /* Text box position and size in pixels */ .text_x = 120, @@ -149,8 +149,8 @@ /* Progress bar position and size in pixels */ .progressbar_x = 240, .progressbar_y = 321, - .progressbar_width = 216, + .progressbar_width = 320, - .progressbar_height = 8, + .progressbar_height = 18, /* Text box position and size in pixels */ .text_x = 220, @@ -191,7 +191,7 @@ .progressbar_x = 352, .progressbar_y = 400, .progressbar_width = 320, - .progressbar_height = 8, + .progressbar_height = 18, /* Text box position and size in pixels */ .text_x = 322, @@ -229,10 +229,10 @@ .text_failure = 55, /* Progress bar position and size in pixels */ - .progressbar_x = 322, + .progressbar_x = 352, .progressbar_y = 475, - .progressbar_width = 380, + .progressbar_width = 320, - .progressbar_height = 8, + .progressbar_height = 18, /* Text box position and size in pixels */ .text_x = 322,