Community
Participate
Working Groups
some attribute editors (e.g. DoubleAttributeEditor) support decorators and validate input. The margins are too tight though. This should most likely be applied to all parts (if it's not in the abstract part anyway)
It looks like the layout is configured for a margin of 7 pixels but the text field border probably eats away one pixel: attributesLayout.horizontalSpacing = 7. Would you be able to provide a patch that sets this to the proper margin?
So 2 px do the trick (in line #201 of TaskAttributeEditorPart) However I have no clue how I would send a contribution / patch with git or egit, so why don't you change that number yourself Steffen :)
Thanks. I have adjusted the value accordingly.
Created attachment 199866 [details] mylyn/context/zip