Skip to content

Commit

Permalink
Add needed documentation on FractionHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
metal3d committed Oct 31, 2023
1 parent 17f5eab commit 06e8c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/responsive.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 06e8c36

Please sign in to comment.