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",
|
||||
padding=0,
|
||||
relief=tk.NONE,
|
||||
font="TkSmallCaptionFont",
|
||||
font="TkDefaultFont",
|
||||
)
|
||||
style.configure(
|
||||
Styles.yellow_alert,
|
||||
background="yellow",
|
||||
padding=0,
|
||||
relief=tk.NONE,
|
||||
font="TkSmallCaptionFont",
|
||||
font="TkDefaultFont",
|
||||
)
|
||||
style.configure(
|
||||
Styles.red_alert,
|
||||
background="red",
|
||||
padding=0,
|
||||
relief=tk.NONE,
|
||||
font="TkSmallCaptionFont",
|
||||
font="TkDefaultFont",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue