Skip to content

Commit 74cb4c1

Browse files
authored
Update mobile full screen documentation (#3243)
1 parent 90d5bb3 commit 74cb4c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changes/3243.misc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update mobile full screen documentation

docs/reference/api/window.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ Notes
9595
placement of windows.
9696

9797
* A mobile application can only have a single window (the
98-
:attr:`~toga.App.main_window`), and that window cannot be moved, resized, hidden, or
99-
made full screen. Toga will raise an exception if you attempt to create a secondary
98+
:attr:`~toga.App.main_window`), and that window cannot be moved, resized, or
99+
hidden. Toga will raise an exception if you attempt to create a secondary
100100
window on a mobile platform. If you try to modify the size, position, or visibility of
101101
the main window, the request will be ignored.
102102

0 commit comments

Comments
 (0)