Adjust parameter defaults to give pleasant result
Change-Id: Ifee900344547ef25b2041d25c13fcbc50428485e
This commit is contained in:
committed by
Jan Holesovsky
parent
ad74354c92
commit
e56b0c0f24
@@ -9,12 +9,18 @@
|
||||
#import "MLOViewController.h"
|
||||
#import "MLOTestingTileSubviewControllerProtocol.h"
|
||||
|
||||
// The size of the actual pixel tile
|
||||
static const CGFloat CONTEXT_WIDTH_DEFAULT = 450;
|
||||
static const CGFloat CONTEXT_HEIGHT_DEFAULT = 450;
|
||||
static const CGFloat TILE_POS_X_DEFAULT = 400;
|
||||
static const CGFloat TILE_POS_Y_DEFAULT = 420;
|
||||
static const CGFloat TILE_WIDTH_DEFAULT = 250;
|
||||
static const CGFloat TILE_HEIGHT_DEFAULT = 250;
|
||||
|
||||
// In our "decatwips"
|
||||
static const CGFloat TILE_POS_X_DEFAULT = 0;
|
||||
static const CGFloat TILE_POS_Y_DEFAULT = 0;
|
||||
|
||||
// "Tile" size here means the decatwip size of the part of the document
|
||||
// rendered into the pixel tile
|
||||
static const CGFloat TILE_WIDTH_DEFAULT = 500;
|
||||
static const CGFloat TILE_HEIGHT_DEFAULT = 500;
|
||||
|
||||
@interface MLOTestingTileParametersViewController : MLOViewController<MLOTestingTileSubviewControllerProtocol>
|
||||
@property CGFloat contextWidth, contextHeight, tilePosX, tilePosY, tileWidth, tileHeight;
|
||||
|
Reference in New Issue
Block a user