Fix progress bar margins

This commit is contained in:
passivestar 2024-11-30 02:36:12 +04:00
parent a3c7df76c0
commit 0c93708615
2 changed files with 8 additions and 0 deletions

View File

@ -627,6 +627,8 @@ 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
corner_radius_bottom_left = 4 corner_radius_bottom_left = 4
expand_margin_top = 2.0
expand_margin_bottom = 2.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xdk0w"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xdk0w"]
content_margin_left = 2.0 content_margin_left = 2.0
@ -638,6 +640,8 @@ 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
corner_radius_bottom_left = 4 corner_radius_bottom_left = 4
expand_margin_top = 2.0
expand_margin_bottom = 2.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tx2dl"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tx2dl"]
content_margin_left = 5.0 content_margin_left = 5.0

View File

@ -627,6 +627,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
corner_radius_bottom_left = 8 corner_radius_bottom_left = 8
expand_margin_top = 4.0
expand_margin_bottom = 4.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xdk0w"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xdk0w"]
content_margin_left = 4.0 content_margin_left = 4.0
@ -638,6 +640,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
corner_radius_bottom_left = 8 corner_radius_bottom_left = 8
expand_margin_top = 4.0
expand_margin_bottom = 4.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tx2dl"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tx2dl"]
content_margin_left = 10.0 content_margin_left = 10.0