| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- [gd_resource type="Theme" load_steps=5 format=3 uid="uid://dg14k5tu0s0mq"]
- [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_i2k3q"]
- content_margin_left = 4.0
- content_margin_right = 4.0
- bg_color = Color(0, 0, 0, 0)
- border_width_left = 1
- border_width_top = 1
- border_width_right = 1
- border_width_bottom = 1
- corner_radius_top_left = 9
- corner_radius_top_right = 9
- corner_radius_bottom_right = 9
- corner_radius_bottom_left = 9
- [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_pmwt0"]
- border_width_left = 1
- border_width_top = 1
- border_width_right = 1
- border_width_bottom = 1
- corner_radius_top_left = 9
- corner_radius_top_right = 9
- corner_radius_bottom_right = 9
- corner_radius_bottom_left = 9
- [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_eb670"]
- content_margin_left = 8.0
- content_margin_right = 8.0
- bg_color = Color(0.196078, 0.196078, 0.196078, 1)
- border_width_left = 1
- border_width_top = 1
- border_width_right = 1
- border_width_bottom = 1
- corner_radius_top_left = 9
- corner_radius_top_right = 9
- corner_radius_bottom_right = 9
- corner_radius_bottom_left = 9
- [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_acw6a"]
- content_margin_left = 4.0
- content_margin_right = 4.0
- bg_color = Color(0, 0.67451, 0.858824, 1)
- border_width_left = 1
- border_width_top = 1
- border_width_right = 1
- border_width_bottom = 1
- corner_radius_top_left = 9
- corner_radius_top_right = 9
- corner_radius_bottom_right = 9
- corner_radius_bottom_left = 9
- [resource]
- Button/styles/focus = SubResource("StyleBoxFlat_i2k3q")
- Button/styles/hover = SubResource("StyleBoxFlat_pmwt0")
- Button/styles/normal = SubResource("StyleBoxFlat_eb670")
- Button/styles/pressed = SubResource("StyleBoxFlat_acw6a")
|