Fix progress bar backgroun

This commit is contained in:
passivestar 2024-11-17 01:16:34 +04:00
parent a6995caf33
commit c624b34a1d
2 changed files with 2 additions and 2 deletions

View File

@ -648,7 +648,7 @@ content_margin_left = 2.0
content_margin_top = 2.0 content_margin_top = 2.0
content_margin_right = 2.0 content_margin_right = 2.0
content_margin_bottom = 2.0 content_margin_bottom = 2.0
bg_color = Color(0.101961, 0.101961, 0.101961, 0.588235) bg_color = Color(0.07, 0.07, 0.07, 0.588235)
corner_radius_top_left = 4 corner_radius_top_left = 4
corner_radius_top_right = 4 corner_radius_top_right = 4
corner_radius_bottom_right = 4 corner_radius_bottom_right = 4

View File

@ -662,7 +662,7 @@ content_margin_left = 4.0
content_margin_top = 4.0 content_margin_top = 4.0
content_margin_right = 4.0 content_margin_right = 4.0
content_margin_bottom = 4.0 content_margin_bottom = 4.0
bg_color = Color(0.101961, 0.101961, 0.101961, 0.588235) bg_color = Color(0.07, 0.07, 0.07, 0.588235)
corner_radius_top_left = 8 corner_radius_top_left = 8
corner_radius_top_right = 8 corner_radius_top_right = 8
corner_radius_bottom_right = 8 corner_radius_bottom_right = 8