We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f0988 commit e678464Copy full SHA for e678464
layout/rowwrap.go
@@ -15,7 +15,7 @@ type rowWrapLayout struct {
15
// Object visibility is supported.
16
//
17
// Since: 2.7
18
-func NewRowWrapLayout() *rowWrapLayout {
+func NewRowWrapLayout() fyne.Layout {
19
return &rowWrapLayout{}
20
}
21
0 commit comments