Change font size in GroupBox widget.
This commit is contained in:
parent
4906013bc5
commit
5a46514c95
@ -140,7 +140,7 @@ screens = [
|
||||
widget.GroupBox(
|
||||
active='#feffff',
|
||||
disable_drag=True,
|
||||
fontsize=18,
|
||||
fontsize=16,
|
||||
highlight_color='#272822',
|
||||
highlight_method='block',
|
||||
mouse_callbacks={"Button1": lambda: None},
|
||||
|
Loading…
Reference in New Issue
Block a user