From 67aa1fb3716238d739456c45f49c29a8d45105aa Mon Sep 17 00:00:00 2001 From: Jens Ayton Date: Sat, 26 Mar 2011 19:16:16 +0000 Subject: [PATCH] Default HUD roll and pitch indicators no longer overlap. (Bug #17916) git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4493 127b21dd-08f5-0310-b4b7-95ae10353056 --- Resources/Config/hud.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Config/hud.plist b/Resources/Config/hud.plist index d21f0699..278d85b0 100644 --- a/Resources/Config/hud.plist +++ b/Resources/Config/hud.plist @@ -66,7 +66,7 @@ }, { // roll bar, can draw a surround 2 units out from the dial size specified draw_surround = yes; - height = 8; + height = 6; selector = "drawRollBar:"; width = 80; x = 200; @@ -75,7 +75,7 @@ }, { // pitch bar, can draw a surround 2 units out from the dial size specified draw_surround = yes; - height = 8; + height = 6; selector = "drawPitchBar:"; width = 80; x = 200;