Update popup menus

pull/6/head
passivestar 2024-05-03 22:32:22 +07:00
parent 22d33bb36c
commit c9d18c010d
2 changed files with 18 additions and 2 deletions

@ -1,4 +1,4 @@
[gd_resource type="Theme" load_steps=51 format=3 uid="uid://bcibt73qths3v"]
[gd_resource type="Theme" load_steps=52 format=3 uid="uid://bcibt73qths3v"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jduyo"]
content_margin_left = 5.0
@ -430,6 +430,13 @@ corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cbgao"]
content_margin_left = 6.0
content_margin_top = 6.0
content_margin_right = 6.0
content_margin_bottom = 6.0
bg_color = Color(0.11, 0.11, 0.11, 1)
[sub_resource type="StyleBoxLine" id="StyleBoxLine_rijeh"]
color = Color(0, 0, 0, 0.235294)
grow_begin = -6.0
@ -645,6 +652,7 @@ OptionButton/styles/pressed_mirrored = SubResource("StyleBoxFlat_4355j")
PopupMenu/constants/item_start_padding = 10
PopupMenu/constants/v_separation = 6
PopupMenu/styles/hover = SubResource("StyleBoxFlat_yg4d4")
PopupMenu/styles/panel = SubResource("StyleBoxFlat_cbgao")
PopupMenu/styles/separator = SubResource("StyleBoxLine_rijeh")
ProgressBar/styles/background = SubResource("StyleBoxFlat_twhwf")
ProgressBar/styles/fill = SubResource("StyleBoxFlat_xdk0w")

@ -1,4 +1,4 @@
[gd_resource type="Theme" load_steps=51 format=3 uid="uid://bcibt73qths3v"]
[gd_resource type="Theme" load_steps=52 format=3 uid="uid://bcibt73qths3v"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jduyo"]
content_margin_left = 10.0
@ -432,6 +432,13 @@ corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cbgao"]
content_margin_left = 12.0
content_margin_top = 12.0
content_margin_right = 12.0
content_margin_bottom = 12.0
bg_color = Color(0.11, 0.11, 0.11, 1)
[sub_resource type="StyleBoxLine" id="StyleBoxLine_rijeh"]
color = Color(0, 0, 0, 0.235294)
grow_begin = -12.0
@ -647,6 +654,7 @@ OptionButton/styles/pressed_mirrored = SubResource("StyleBoxFlat_4355j")
PopupMenu/constants/item_start_padding = 16
PopupMenu/constants/v_separation = 10
PopupMenu/styles/hover = SubResource("StyleBoxFlat_yg4d4")
PopupMenu/styles/panel = SubResource("StyleBoxFlat_cbgao")
PopupMenu/styles/separator = SubResource("StyleBoxLine_rijeh")
ProgressBar/styles/background = SubResource("StyleBoxFlat_twhwf")
ProgressBar/styles/fill = SubResource("StyleBoxFlat_xdk0w")