From 7e6d70e6b1f0e4bdfc1d7907fe54d795d7485422 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 24 Jan 2006 01:13:15 +0000 Subject: [PATCH] space out more (don't want to metric-ize this just now) --- stepmania/src/ScreenTestInput.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/ScreenTestInput.cpp b/stepmania/src/ScreenTestInput.cpp index 358383888f..fa77e57e7a 100644 --- a/stepmania/src/ScreenTestInput.cpp +++ b/stepmania/src/ScreenTestInput.cpp @@ -32,6 +32,7 @@ void ScreenTestInput::Init() m_textInputs.SetDiffuse( RageColor(1,1,1,1) ); m_textInputs.SetZoom( 0.7f ); m_textInputs.SetHorizAlign( Actor::align_left ); + m_textInputs.SetVertSpacing( +8 ); this->AddChild( &m_textInputs ); this->SortByDrawOrder();