Skip to content

Commit

Permalink
Add missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jan 21, 2024
1 parent 1853adc commit 37f9400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/window.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ func (w *Window) Position() fyne.Position {
return fyne.NewPos(0, 0)
}

// Size returns 0x0 for test windows
func (w *Window) Size() fyne.Size { return fyne.Size{} }

// Properties obtains the window properties currently set
Expand Down

0 comments on commit 37f9400

Please sign in to comment.