Hi all,
I am trying to change the font size used to display the instance list entries in all my business objects. I looked through all the available properties in the theme object #vf_sy170O without luck (in the theme customerizer object). Would anyone know if such a property exists and I just missed it?
I was able to achieve the same result by adding the RowStyle parameter to the #avListManager,AddToList method in every business object controller but I was hoping for a global setting.
Regards,
David
VLFONE Theme Customizer
-
- Posts: 51
- Joined: Mon Feb 01, 2016 10:08 am
- Location: Australia
Re: VLFONE Theme Customizer
Try adding these lines in your Theme customizer:
#Theme.IL_ApplyThemeDetails := True
#Theme.IL_FontSize.FontSize := 14
The Theme.IL* properties relate to the instance list
#Theme.IL_ApplyThemeDetails := True
#Theme.IL_FontSize.FontSize := 14
The Theme.IL* properties relate to the instance list
-
- Posts: 51
- Joined: Mon Feb 01, 2016 10:08 am
- Location: Australia
Re: VLFONE Theme Customizer
This did the trick. Thank you!