I am trying to align members of Layout like this:
isc.HLayout.create({
width: 315,
align: "center",
members:[
AddNewTrain, RemoveTrain]
}),
but the buttins are left aligned. What am I doing wrong?
isc.HLayout.create({
width: 315,
align: "center",
members:[
AddNewTrain, RemoveTrain]
}),
but the buttins are left aligned. What am I doing wrong?
Comment