diff options
Diffstat (limited to 'src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java')
-rw-r--r-- | src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java b/src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java index 4b8caef7a..35174a87d 100644 --- a/src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java +++ b/src/graphui/classes/com/jogamp/graph/ui/layout/Gap.java @@ -31,8 +31,9 @@ import com.jogamp.opengl.math.FloatUtil; /** * GraphUI CSS property Gap, spaceing between (grid) cells not belonging to the element. - * + * <p> * The CSS gap property defines the size of the gap between the rows and columns in a grid layout. + * </p> */ public class Gap { /** Row gap value, vertical spacing. */ |