#420 fixed by centering menu. #371 fixed by setting max height of text. #374 fixed by changing ItemsEndX
This commit is contained in:
@@ -2877,8 +2877,8 @@ AutoDismissSanitySecs=5
|
|||||||
#
|
#
|
||||||
# The position of the Devices list and its On/Off commands.
|
# The position of the Devices list and its On/Off commands.
|
||||||
DevicesX=SCREEN_CENTER_X
|
DevicesX=SCREEN_CENTER_X
|
||||||
DevicesY=SCREEN_TOP+24
|
DevicesY=SCREEN_TOP+4
|
||||||
DevicesOnCommand=zoom,0.75;draworder,5;strokecolor,color("0,0,0,1")
|
DevicesOnCommand=vertalign,top;maxheight,92;zoom,0.75;draworder,5;strokecolor,color("0,0,0,1")
|
||||||
DevicesOffCommand=
|
DevicesOffCommand=
|
||||||
#
|
#
|
||||||
# The ListHeader parts are the row that the player's cursor starts on with
|
# The ListHeader parts are the row that the player's cursor starts on with
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ TitleGainFocusCommand=stoptweening;zoom,0.6375*1.125;bounceend,0.1;diffuse,Color
|
|||||||
TitleLoseFocusCommand=diffuse,Color("White");strokecolor,Color("Black");stopeffect;
|
TitleLoseFocusCommand=diffuse,Color("White");strokecolor,Color("Black");stopeffect;
|
||||||
#
|
#
|
||||||
ItemsStartX=SCREEN_CENTER_X-140
|
ItemsStartX=SCREEN_CENTER_X-140
|
||||||
ItemsEndX=SCREEN_CENTER_X+130
|
ItemsEndX=SCREEN_CENTER_X+80
|
||||||
ItemsGapX=12
|
ItemsGapX=12
|
||||||
ItemsMinBaseZoom=0.5
|
ItemsMinBaseZoom=0.5
|
||||||
ItemsLongRowP1X=SCREEN_CENTER_X-60
|
ItemsLongRowP1X=SCREEN_CENTER_X-60
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#include "global.h"
|
#include "global.h"
|
||||||
|
#include "ScreenDimensions.h"
|
||||||
#include "ScreenOptionsManageProfiles.h"
|
#include "ScreenOptionsManageProfiles.h"
|
||||||
#include "ScreenManager.h"
|
#include "ScreenManager.h"
|
||||||
#include "RageLog.h"
|
#include "RageLog.h"
|
||||||
@@ -454,7 +455,7 @@ void ScreenOptionsManageProfiles::ProcessMenuStart( const InputEventPlus & )
|
|||||||
int iWidth, iX, iY;
|
int iWidth, iX, iY;
|
||||||
this->GetWidthXY( PLAYER_1, iCurRow, 0, 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 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user