add maxwidth here just to be safe
This commit is contained in:
@@ -5,7 +5,7 @@ local t = Def.ActorFrame {};
|
|||||||
|
|
||||||
t[#t+1] = Def.ActorFrame {
|
t[#t+1] = Def.ActorFrame {
|
||||||
LoadFont("Common Italic Condensed") .. {
|
LoadFont("Common Italic Condensed") .. {
|
||||||
InitCommand=cmd(y,-1;zoom,1.2;);
|
InitCommand=cmd(y,-1;zoom,1.2;maxwidth,130;);
|
||||||
BeginCommand=function(self)
|
BeginCommand=function(self)
|
||||||
local top = SCREENMAN:GetTopScreen()
|
local top = SCREENMAN:GetTopScreen()
|
||||||
if top then
|
if top then
|
||||||
|
|||||||
Reference in New Issue
Block a user