Add rounded corners
This commit is contained in:
parent
c673a48497
commit
3f6057d745
1 changed files with 16 additions and 0 deletions
|
@ -2,17 +2,33 @@
|
|||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wtmj3"]
|
||||
bg_color = Color(1, 0.368627, 0.392157, 1)
|
||||
corner_radius_top_left = 16
|
||||
corner_radius_top_right = 16
|
||||
corner_radius_bottom_right = 16
|
||||
corner_radius_bottom_left = 16
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_3w3dx"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_u0wf7"]
|
||||
bg_color = Color(0.992157, 0.0470588, 0.243137, 1)
|
||||
corner_radius_top_left = 16
|
||||
corner_radius_top_right = 16
|
||||
corner_radius_bottom_right = 16
|
||||
corner_radius_bottom_left = 16
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_d8ye5"]
|
||||
bg_color = Color(0.839216, 0.0196078, 0.196078, 1)
|
||||
corner_radius_top_left = 16
|
||||
corner_radius_top_right = 16
|
||||
corner_radius_bottom_right = 16
|
||||
corner_radius_bottom_left = 16
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ng1ub"]
|
||||
bg_color = Color(0.658824, 0.00784314, 0.145098, 1)
|
||||
corner_radius_top_left = 16
|
||||
corner_radius_top_right = 16
|
||||
corner_radius_bottom_right = 16
|
||||
corner_radius_bottom_left = 16
|
||||
|
||||
[resource]
|
||||
Button/styles/disabled = SubResource("StyleBoxFlat_wtmj3")
|
||||
|
|
Loading…
Reference in a new issue