|
1 | | -[gd_resource type="Theme" load_steps=2 format=3 uid="uid://by3gpw466gxq"] |
| 1 | +[gd_resource type="Theme" load_steps=3 format=3 uid="uid://by3gpw466gxq"] |
2 | 2 |
|
3 | | -[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vfflo"] |
4 | | -bg_color = Color(0.258824, 0.321569, 0.713726, 1) |
| 3 | +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_hcbh1"] |
| 4 | +content_margin_left = 4.0 |
| 5 | +content_margin_top = 4.0 |
| 6 | +content_margin_right = 4.0 |
| 7 | +content_margin_bottom = 4.0 |
| 8 | +bg_color = Color(1, 1, 1, 0.75) |
| 9 | +draw_center = false |
5 | 10 | border_width_left = 2 |
6 | 11 | border_width_top = 2 |
7 | 12 | border_width_right = 2 |
8 | 13 | border_width_bottom = 2 |
| 14 | +border_color = Color(0.8, 0.8, 0.8, 0) |
| 15 | +corner_radius_top_left = 3 |
| 16 | +corner_radius_top_right = 3 |
| 17 | +corner_radius_bottom_right = 3 |
| 18 | +corner_radius_bottom_left = 3 |
| 19 | +corner_detail = 5 |
| 20 | + |
| 21 | +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cmr8v"] |
| 22 | +content_margin_left = 4.0 |
| 23 | +content_margin_top = 4.0 |
| 24 | +content_margin_right = 4.0 |
| 25 | +content_margin_bottom = 4.0 |
| 26 | +bg_color = Color(1, 1, 1, 0.75) |
| 27 | +draw_center = false |
| 28 | +border_width_left = 2 |
| 29 | +border_width_top = 2 |
| 30 | +border_width_right = 2 |
| 31 | +border_width_bottom = 2 |
| 32 | +corner_radius_top_left = 3 |
| 33 | +corner_radius_top_right = 3 |
| 34 | +corner_radius_bottom_right = 3 |
| 35 | +corner_radius_bottom_left = 3 |
| 36 | +corner_detail = 5 |
9 | 37 |
|
10 | 38 | [resource] |
| 39 | +LabelWithBorder/base_type = &"Label" |
| 40 | +LabelWithBorder/styles/normal = SubResource("StyleBoxFlat_hcbh1") |
11 | 41 | RedTextLabel/base_type = &"Label" |
12 | 42 | RedTextLabel/colors/font_color = Color(1, 0, 0, 1) |
13 | 43 | SelectedLabel/base_type = &"Label" |
14 | | -SelectedLabel/styles/normal = SubResource("StyleBoxFlat_vfflo") |
| 44 | +SelectedLabel/styles/normal = SubResource("StyleBoxFlat_cmr8v") |
15 | 45 | VariableItemList/base_type = &"ItemList" |
16 | 46 | VariableItemList/font_sizes/font_size = 17 |
0 commit comments