summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-06-12 14:07:49 -0400
committerRay Strode <rstrode@redhat.com>2008-06-12 14:08:51 -0400
commit76d837e38783f635e1cb7b258034b82e7ef7bee1 (patch)
treeaaf3f866cbc3872877cf48be3f52a10a09cf578a
parent67c4f66db06198a8bc2ded071ea46fb0bdafd0bf (diff)
downloadplymouth-76d837e38783f635e1cb7b258034b82e7ef7bee1.tar.gz
plymouth-76d837e38783f635e1cb7b258034b82e7ef7bee1.tar.xz
plymouth-76d837e38783f635e1cb7b258034b82e7ef7bee1.zip
place throbber relative to logo in spinfinity plugin
-rw-r--r--src/splash-plugins/spinfinity/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/splash-plugins/spinfinity/plugin.c b/src/splash-plugins/spinfinity/plugin.c
index 79b7de2..07f9ffd 100644
--- a/src/splash-plugins/spinfinity/plugin.c
+++ b/src/splash-plugins/spinfinity/plugin.c
@@ -195,7 +195,7 @@ start_animation (ply_boot_splash_plugin_t *plugin)
plugin->loop,
plugin->window,
area.width / 2.0 - width / 2.0,
- area.height / 2.0 - height / 2.0);
+ plugin->logo_area.y + plugin->logo_area.height + height / 2);
}
static void