回答編集履歴
1
画像を追加
answer
CHANGED
@@ -5,4 +5,6 @@
|
|
5
5
|
```diff
|
6
6
|
-style.map("custom.TNotebook.Tab", background=[("selected", "red"), ("!selected", "yellow")])
|
7
7
|
+style.map("custom.TNotebook.Tab", background=[("selected", "red"), ("!selected", "yellow")], focuscolor="red")
|
8
|
-
```
|
8
|
+
```
|
9
|
+
|
10
|
+

|