Change font size in GroupBox widget.
This commit is contained in:
parent
4906013bc5
commit
5a46514c95
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue