#420 fixed by centering menu. #371 fixed by setting max height of text. #374 fixed by changing ItemsEndX

This commit is contained in:
Kyzentun
2015-01-21 10:13:56 -07:00
parent daba6f19bb
commit d28c8a8ab1
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
#include "global.h"
#include "ScreenDimensions.h"
#include "ScreenOptionsManageProfiles.h"
#include "ScreenManager.h"
#include "RageLog.h"
@@ -454,7 +455,7 @@ void ScreenOptionsManageProfiles::ProcessMenuStart( const InputEventPlus & )
int iWidth, iX, iY;
this->GetWidthXY( PLAYER_1, iCurRow, 0, iWidth, iX, iY );
ScreenMiniMenu::MiniMenu( &g_TempMenu, SM_BackFromContextMenu, SM_BackFromContextMenu, (float)iX, (float)iY );
ScreenMiniMenu::MiniMenu( &g_TempMenu, SM_BackFromContextMenu, SM_BackFromContextMenu, (float)iX, SCREEN_CENTER_Y );
}
}