add rounded corner to popup panel
This commit is contained in:
parent
42c1b2b9f5
commit
e758168757
3 changed files with 18 additions and 5 deletions
|
@ -21,10 +21,10 @@ border_width_top = 4
|
|||
border_width_right = 4
|
||||
border_width_bottom = 4
|
||||
border_color = Color( 0.12549, 0.235294, 0.337255, 1 )
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
||||
corner_radius_top_left = 20
|
||||
corner_radius_top_right = 20
|
||||
corner_radius_bottom_right = 20
|
||||
corner_radius_bottom_left = 20
|
||||
shadow_size = 5
|
||||
shadow_offset = Vector2( 0, 5 )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue