use a bigger size font for alert button text to see the scaling effect more easily
This commit is contained in:
parent
9535d40b70
commit
a7fa0bf6d3
1 changed files with 3 additions and 3 deletions
|
@ -182,21 +182,21 @@ def theme_change(event: tk.Event):
|
||||||
background="green",
|
background="green",
|
||||||
padding=0,
|
padding=0,
|
||||||
relief=tk.NONE,
|
relief=tk.NONE,
|
||||||
font="TkSmallCaptionFont",
|
font="TkDefaultFont",
|
||||||
)
|
)
|
||||||
style.configure(
|
style.configure(
|
||||||
Styles.yellow_alert,
|
Styles.yellow_alert,
|
||||||
background="yellow",
|
background="yellow",
|
||||||
padding=0,
|
padding=0,
|
||||||
relief=tk.NONE,
|
relief=tk.NONE,
|
||||||
font="TkSmallCaptionFont",
|
font="TkDefaultFont",
|
||||||
)
|
)
|
||||||
style.configure(
|
style.configure(
|
||||||
Styles.red_alert,
|
Styles.red_alert,
|
||||||
background="red",
|
background="red",
|
||||||
padding=0,
|
padding=0,
|
||||||
relief=tk.NONE,
|
relief=tk.NONE,
|
||||||
font="TkSmallCaptionFont",
|
font="TkDefaultFont",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue