From 5ed4916e1ca28e59e4c608a18fb95d98f9b5f9f9 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Thu, 23 Dec 2010 19:47:16 -0600 Subject: [PATCH] some edit mode changes. --- Themes/_fallback/metrics.ini | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/Themes/_fallback/metrics.ini b/Themes/_fallback/metrics.ini index f8f253ff37..51f8d121df 100644 --- a/Themes/_fallback/metrics.ini +++ b/Themes/_fallback/metrics.ini @@ -3361,7 +3361,7 @@ Line4="gamecommand;screen,ScreenOptionsManageCourses;name,Edit Courses" EditMode="EditMode_Full" ShowGroups=true -Arrows1X=SCREEN_CENTER_X-130 +Arrows1X=SCREEN_CENTER_X-176 Arrows2X=SCREEN_CENTER_X+270 ArrowsEnabledCommand=diffuse,color("1,1,1,1");shadowlengthy,1;shadowcolor,color("#002740"); ArrowsDisabledCommand=diffuse,color("0.45,0.45,0.45,1");shadowlengthy,1;shadowcolor,color("#002740"); @@ -3375,12 +3375,12 @@ SongBannerY=SCREEN_CENTER_Y-90 SongBannerOnCommand=scaletoclipped,128,40 TextBannerType="TextBannerEditMode" -SongTextBannerX=SCREEN_CENTER_X-64 +SongTextBannerX=SCREEN_CENTER_X-128 SongTextBannerY=SCREEN_CENTER_Y-90 -StepsDisplayX=SCREEN_CENTER_X+170 +StepsDisplayX=SCREEN_CENTER_X+150 StepsDisplayY=SCREEN_CENTER_Y-0 -StepsDisplaySourceX=SCREEN_CENTER_X+170 +StepsDisplaySourceX=SCREEN_CENTER_X+150 StepsDisplaySourceY=SCREEN_CENTER_Y+80 Row1Y=SCREEN_CENTER_Y-140 @@ -3420,7 +3420,7 @@ Label7Y=THEME:GetMetric("EditMenu","Row7Y") Label7OnCommand=shadowlength,1;zoom,0.75 Label7OffCommand= -Value1X=SCREEN_CENTER_X +Value1X=SCREEN_CENTER_X-24 Value1Y=THEME:GetMetric("EditMenu","Row1Y") Value1OnCommand=shadowlength,1;zoom,0.75;maxwidth,SCREEN_CENTER_X*0.65 Value1OffCommand= @@ -3551,6 +3551,26 @@ Fallback="StepsDisplay" Fallback="ScreenMiniMenu" ColorDisabled=color("1,1,1,1") RowInitCommand=halign,0.5;valign,0.5;zoom,0.8;x,75;y,45;shadowlength,1 +OptionRowNormalMetricsGroup="OptionRowMiniMenuEditHelp" + +[OptionRowMiniMenuEditHelp] +Fallback="OptionRowMiniMenu" + +TitleX=SCREEN_CENTER_X-312 +TitleOnCommand=halign,0;strokecolor,color("#222222CC");shadowlength,1;zoom,0.9 + +RowPositionTransformFunction=function(self,offsetFromCenter,itemIndex,numItems) \ + local indexOffset = itemIndex-(numItems-1)/2; \ + self:y(SCREEN_CENTER_Y + indexOffset * 20); \ +end + +ItemsStartX=SCREEN_CENTER_X+260 +ItemsEndX=SCREEN_CENTER_X+260 +ItemsLongRowP1X=SCREEN_CENTER_X+260 +ItemsLongRowP2X=SCREEN_CENTER_X+260 + +ItemOnCommand=x,SCREEN_CENTER_X+176;halign,0;strokecolor,color("#222222CC");shadowlength,1;zoom,0.9 +ColorDisabled=color("1,1,1,1") [ScreenMiniMenuMainMenu] Fallback="ScreenMiniMenu"