adding menus and title handling
This commit is contained in:
@@ -26,7 +26,7 @@ local function index(window, q, callback)
|
||||
imageHolder:setDualDim(0, 0, 0, 0, 0, 0, .4, 1)
|
||||
|
||||
-- Plus sign: centered between images at 0.42 to 0.58
|
||||
plusLabel = frame:newImageLabel("assets/plus.png", 0, 0, 0, 0, .4125, .4, .175)
|
||||
plusLabel = frame:newImageLabel("assets/images/plus.png", 0, 0, 0, 0, .4125, .4, .175)
|
||||
plusLabel.square = "w"
|
||||
plusLabel.align = ALIGN_CENTER
|
||||
plusLabel.textColor = color.white
|
||||
|
||||
Reference in New Issue
Block a user