diff --git a/Themes/_fallback/metrics.ini b/Themes/_fallback/metrics.ini index a7210f4597..5e53c2fd88 100644 --- a/Themes/_fallback/metrics.ini +++ b/Themes/_fallback/metrics.ini @@ -3443,6 +3443,7 @@ Fallback="StepsDisplay" [ScreenMiniMenuEditHelp] Fallback="ScreenMiniMenu" ColorDisabled=color("1,1,1,1") +RowInitCommand=halign,0.5;valign,0.5;zoom,0.8;x,75;y,45;shadowlength,1 [ScreenMiniMenuMainMenu] Fallback="ScreenMiniMenu" @@ -3496,6 +3497,9 @@ TitleX=SCREEN_CENTER_X-150 [OptionRowCourseOverview] Fallback="OptionRowService" ItemsLongRowSharedX=SCREEN_CENTER_X-100 +ColorSelected=color("1,1,1,1") +ColorNotSelected=color("0.9,0.9,0.9,1") +ColorDisabled=color("0.5,0.5,0.5,1") [ScreenOptionsManageCourses] Class="ScreenOptionsManageCourses" @@ -3505,9 +3509,16 @@ NextScreen="ScreenOptionsEditCourse" GroupedScreens="ScreenOptionsManageCourses,ScreenTextEntry,ScreenPrompt,ScreenOptionsEditCourseMods" PersistScreens="ScreenOptionsManageCourses,ScreenTextEntry,ScreenPrompt" PrepareScreens="ScreenTextEntry,ScreenPrompt" + EditMode="EditMode_Full" CreateNewScreen="ScreenOptionsEditCourse" +OptionRowNormalMetricsGroup="OptionRowCourse" + +[OptionRowCourse] +Fallback="OptionRowService" +TitleX=SCREEN_CENTER_X + [ScreenOptionsEditCourse] Class="ScreenOptionsEditCourse" Fallback="ScreenOptionsSimpleService" @@ -3517,8 +3528,8 @@ OptionRowNormalMetricsGroup="OptionRowEditCourse" [OptionRowEditCourse] Fallback="OptionRowService" -TitleX=SCREEN_CENTER_X-250 -ItemsLongRowSharedX=SCREEN_CENTER_X-100 +TitleX=SCREEN_CENTER_X-200 +ItemsLongRowSharedX=SCREEN_CENTER_X [ScreenOptionsCourseOverview] Class="ScreenOptionsCourseOverview" @@ -3526,7 +3537,7 @@ Fallback="ScreenOptionsSimpleService" PrevScreen="ScreenOptionsManageCourses" NextScreen="ScreenOptionsManageCourses" # huh -PlayScreen="ScreenJoinMultiplayer" +PlayScreen="" EditScreen="ScreenOptionsEditCourse" OptionRowNormalMetricsGroup="OptionRowCourseOverview"