-
Notifications
You must be signed in to change notification settings - Fork 0
Style
GolemNikidastrov edited this page Apr 1, 2026
·
1 revision
(modified in 0.7.4)
- can be placed in every
Styleargument
- border_radius or br: changes radius of the border. supported types: int, float, tuple. 0 is default
- border_width or bw: changes width of the border, minimal value is 0. supported types: int. 1 is default
- font_size: specifies size of the font, minimal value is 1. supported types: int. 20 is default
- font_name or font_path: specifies path of the local font. supported types: str. "Arial" is default
-
align_x: changes text x align in widgets like
Label. supported types: Align, Malign, str. Center is default -
align_y: changes text y align in widgets like
Label. supported types: Align, Malign, str. Center is default -
transparency: changes
Widgetbackground transparency. supported types: int. None is default -
bg_image: changes
Widgetbackground to image if image path is correct. supported types: str. None is default -
colortheme: specifies
Widgetcolors. supported types: ColorTheme. material3_blue is default -
gradient: changes
Widgetbackground to to the gradient. supported types: Gradient. None is default