Hi
How can I set the label rightmargin of field?
I want to avoid solving it programmatically.
Any tricks?
Rightmargin fieldlabel
-
caseywhite
- Posts: 192
- Joined: Thu May 26, 2016 1:17 am
Re: Rightmargin fieldlabel
You could add a theme drawstyle called something like "FieldLabel", set the right border to be whatever padding you want, like 20px, and set the border color to transparent. Then set the LabelThemeDrawstyle of your fields to "FieldLabel".