Oh oops.
This commit is contained in:
parent
315c103a37
commit
c3f57b41fa
2 changed files with 6 additions and 6 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.2.7 \cu(Mon 4 Apr 14:34:59 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.2.7 \cu(2022-04-04 14:34:59)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.2.7 \cu(Mon 4 Apr 15:15:42 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.2.7 \cu(2022-04-04 15:15:42)\c-";
|
||||
|
|
|
|||
|
|
@ -571,15 +571,15 @@ Class ListMenuItemSWWMStaticTextM : ListMenuItem
|
|||
int h = desc?desc.DisplayHeight():-1;
|
||||
if ( w == ListMenuDescriptor.CleanScale )
|
||||
{
|
||||
double x = (320-mFont.StringWidth(text))/2;
|
||||
double x = int(320-mFont.StringWidth(text)*1.5)/2;
|
||||
double y = mYpos;
|
||||
SWWMUtility.AdjustClean_1(x,y);
|
||||
Screen.DrawText(mFont,mColor,x,y,text,DTA_CleanNoMove_1,true);
|
||||
Screen.DrawText(mFont,mColor,x,y,text,DTA_ScaleX,CleanXFac_1*1.5,DTA_ScaleY,CleanYFac_1*1.5);
|
||||
}
|
||||
else
|
||||
{
|
||||
double x = (w-mFont.StringWidth(text))/2;
|
||||
Screen.DrawText(mFont,mColor,x,mYpos,text,DTA_VirtualWidth,w,DTA_VirtualHeight,h,DTA_FullscreenScale,FSMode_ScaleToFit43);
|
||||
double x = int(w-mFont.StringWidth(text)*1.5)/2;
|
||||
Screen.DrawText(mFont,mColor,x,mYpos,text,DTA_VirtualWidth,w,DTA_VirtualHeight,h,DTA_FullscreenScale,FSMode_ScaleToFit43,DTA_ScaleX,1.5,DTA_ScaleY,1.5);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue