autoLayout: Initial commit of AutoLayout and SlidesTest
[sdk] / autoLayout / slides / titleSlide.ec
1 import "base"
2
3 class TitleSlide : BaseSlide
4 {
5    vAlignment = center;
6    Element title { this, font = { "Verdana", 100, bold = true }, caption = "eC", fgColor = textColor };
7    Element subTitle { this, font = { "Verdana", 80, italic = true }, caption = "An introduction", fgColor = textColor };
8    MBar { this, maxSize.h = 600 };
9 }