File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ $Width=110
3232
3333[LATPanel]
3434$Width =400
35- $Height =(24 * 2) + VERTICAL_SPACING
35+ $Height =(CELL_HEIGHT * 2) + EMPTY_SPACE_TOP
3636$Y =VERTICAL_SPACING / 2
3737$X =getRight(ddBrushSize) + HORIZONTAL_SPACING
3838DrawBorders =no
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ public Parser(WindowManager windowManager)
2929 globalConstants . Add ( "IS_RA2YR" , Constants . IsRA2YR ? 1 : 0 ) ;
3030 globalConstants . Add ( "OBJECT_HEALTH_MAX" , Constants . ObjectHealthMax ) ;
3131 globalConstants . Add ( "IS_FLAT_WORLD" , Constants . IsFlatWorld ? 1 : 0 ) ;
32+ globalConstants . Add ( "CELL_WIDTH" , Constants . CellSizeX ) ;
33+ globalConstants . Add ( "CELL_HEIGHT" , Constants . CellSizeY ) ;
3234
3335 _instance = this ;
3436 }
You can’t perform that action at this time.
0 commit comments