diff options
Diffstat (limited to 'src/graphui/classes/com/jogamp/graph/ui/layout/Padding.java')
-rw-r--r-- | src/graphui/classes/com/jogamp/graph/ui/layout/Padding.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/graphui/classes/com/jogamp/graph/ui/layout/Padding.java b/src/graphui/classes/com/jogamp/graph/ui/layout/Padding.java index c0fac409c..25caf57dc 100644 --- a/src/graphui/classes/com/jogamp/graph/ui/layout/Padding.java +++ b/src/graphui/classes/com/jogamp/graph/ui/layout/Padding.java @@ -31,8 +31,9 @@ import com.jogamp.opengl.math.FloatUtil; /** * GraphUI CSS property Padding, space belonging to the element and included in the element's size. - * + * <p> * The CSS padding properties are used to generate space around an element's content, inside of any defined borders. + * </p> */ public class Padding { /** Top value */ |