Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ You can set and get the following properties:
| height | int | The height of the window |
| font | string | The font that widgets should use |
| full_screen | boolean | False |
| image | image_source (string) | The file path, tkinter.PhotoImage or PIL.Image you wish to use as the window icon. |
| icon | image_source (string) | The file path, tkinter.PhotoImage or PIL.Image you wish to use as the window icon. |
| layout | string | The layout being used by the App (`"auto"`) or (`"grid"`) |
| title | string | The title of the window |
| text_size | int | The size of the text widgets should use |
Expand Down
2 changes: 1 addition & 1 deletion docs/window.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ You can set and get the following properties:
| font | string | The font that widgets should use |
| full_screen | boolean | False |
| height | int | The height of the window |
| image | image_source (string) | The file path, tkinter.PhotoImage or PIL.Image you wish to use as the window icon. |
| icon | image_source (string) | The file path, tkinter.PhotoImage or PIL.Image you wish to use as the window icon. |
| layout | string | The layout being used by the Window (`"auto"`) or (`"grid"`) |
| title | string | The title of the window |
| text_size | int | The size of the text widgets should use |
Expand Down