edvin
05/20/2017, 2:46 PMroot.header.items.add(0, Label("OnTrack").addClass(Styles.appTitle))
could be root.header.label("OnTrack").addClass(Styles.appTitle)
nimakro
05/20/2017, 2:52 PMLabel
at the beginning and not at the end 😉edvin
05/20/2017, 2:54 PMnimakro
05/20/2017, 2:55 PM