Skip to content

Commit b5204dd

Browse files
kujirahandCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ccf73a8 commit b5204dd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/theme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ Note:
5353

5454
`Button` can render with `ttk.Button` (modern) or `tk.Button` (classic).
5555

56-
- `use_ttk_buttons=True`: use `ttk.Button`
56+
- `use_ttk_buttons=True` (default): use `ttk.Button`
5757
- `use_ttk_buttons=False`: use `tk.Button`
58-
- `use_ttk_buttons=None` (default): Windows uses `ttk`, other OS keep previous default behavior
5958

6059
```python
6160
import TkEasyGUI as eg

0 commit comments

Comments
 (0)