From 4172d340a66cc8dbc0b1fc68527c90f10678e3ae Mon Sep 17 00:00:00 2001 From: striper Date: Sat, 20 Feb 2010 17:04:38 +0000 Subject: [PATCH] - small adjustment to volumebar position git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@392 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index eec33551b..697fc8504 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3732,7 +3732,7 @@ printf("CNeutrinoApp::setVolume dx %d dy %d\n", dx, dy); break; case 5:// center higher x = ((sw - dx) / 2) + x; - y = sh - 100; + y = sh - sh/15; break; }