edvin
06/27/2017, 7:09 AMedvin
07/02/2017, 2:10 PMedvin
07/16/2017, 8:08 AMedvin
07/18/2017, 6:24 AMpermalmberg
07/18/2017, 3:25 PMedvin
07/20/2017, 9:14 AMedvin
07/21/2017, 9:50 AMedvin
07/22/2017, 7:25 AMedvin
07/22/2017, 5:18 PMedvin
07/22/2017, 7:23 PMcarlw
07/22/2017, 11:47 PMedvin
07/23/2017, 9:31 PMedvin
07/24/2017, 3:22 PMcarlw
07/25/2017, 9:06 PMmp
07/27/2017, 9:38 AMnimakro
07/29/2017, 6:33 PMedvin
07/29/2017, 7:43 PMhoang
08/01/2017, 9:56 AMRun
, and Debug
, with the default app generated by IDEA and it does not reflect changes like label text changededvin
08/01/2017, 1:13 PMtoProperty
is not the best word for it.. Any suggestions?Ruckus
08/01/2017, 4:15 PMreplace
is optional, but you should keep the trim
so CSS doesn't panic about the placement of the final ;
)nimakro
08/02/2017, 11:04 AMbaseColor
in PropertyHolder
I would like to use some other properties defined in the default Stylesheet from JavaFx like -fx-inner-border
but I can't use cssprop
. So how would I define some properties in my own Type-Safe-Css class referencing the default stylesheet (Modena)? Or do we just have to add all of the root variables from the stylesheet in PropertyHolder
if so I would be happy to sent a PR.ron
08/02/2017, 8:10 PMedvin
08/04/2017, 6:43 AMgradientsWithErrorColor
, there is a font definition: font = Font.font(14.0)
. This renders like -fx-font: normal 14.0px "System"
but the test wanted it to be -fx-font: normal 14.0pt "System"
. The differens is px vs pt. Is it supposed to render as pt
? I've changed it now to make the test pass in the meantime.edvin
08/04/2017, 11:15 AMViewModel
in this caseedvin
08/04/2017, 1:07 PMedvin
08/07/2017, 3:41 PMadd(SomeViewOrFragment::class)
to it at any time 🙂ron
08/08/2017, 7:14 AMjchildress
08/08/2017, 7:08 PMedvin
08/11/2017, 2:51 PMedvin
08/14/2017, 2:21 PM