edvin
04/26/2017, 1:45 PMTornadoFX ListMenu Control▾
edvin
04/26/2017, 1:45 PMgtnarg
04/26/2017, 2:01 PMedvin
04/26/2017, 2:22 PMthemeProperty
. It basically just adds/removes the theme string as a class on ListMenu
. The other is a fix in ListItemSkin
(called ListMenuItemSkin
in TornadoFX) to support changes to the `graphcisProperty`:ron
04/26/2017, 2:23 PMron
04/26/2017, 2:23 PMedvin
04/26/2017, 2:23 PMron
04/26/2017, 2:23 PMron
04/26/2017, 2:24 PMron
04/26/2017, 2:24 PMedvin
04/26/2017, 2:24 PMron
04/26/2017, 2:25 PMmesquka
04/26/2017, 2:26 PMedvin
04/26/2017, 2:27 PMjchildress
04/26/2017, 2:27 PMedvin
04/26/2017, 2:27 PMedvin
04/26/2017, 2:29 PMcarlw
04/26/2017, 2:31 PMron
04/26/2017, 3:12 PMedvin
04/26/2017, 4:07 PMedvin
04/26/2017, 4:32 PMGlorious GitHub Stars▾
edvin
04/26/2017, 5:59 PMgraphicFixedSize
, the y coords for the graphics is pushed down double of what it should have. (y += fixedSize - graphic.layoutBounds.height
instead of y += (fixedSize - graphic.layoutBounds.height) / 2
).thomasnield
04/26/2017, 8:02 PMthomasnield
04/26/2017, 8:03 PMthomasnield
04/26/2017, 8:05 PMnimakro
04/26/2017, 8:17 PMhbox
, somebody posted an example a while back but I can't find it anymore...gtnarg
04/26/2017, 8:24 PMNesting layouts inside a form
in the guideedvin
04/26/2017, 8:58 PMedvin
04/26/2017, 8:59 PMcomputePrefWidth
and computePrefHeight
. I think we didn't notice before because we didn't support icon only mode. I will commit soon. I'm also thinking about changing the colors of the default blue theme so that the selected item is lighter in color instead of darker. What do you think?