diff --git a/container/responsive.go b/container/responsive.go index c6f54a13..33fd50fd 100644 --- a/container/responsive.go +++ b/container/responsive.go @@ -6,6 +6,7 @@ import ( "fyne.io/x/fyne/layout" ) +// FractionHelper is a helper type to define a fraction of a container. It's a float32 alias. type FractionHelper = float32 // Some common fractions helpers.