Skip to content

Commit

Permalink
Hopefully fix broken ProgressBar
Browse files Browse the repository at this point in the history
  • Loading branch information
isiko committed Jan 9, 2023
1 parent 9d428ef commit 207dbbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions godot/assets/theme.tres
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ texture = ExtResource( 1 )
region_rect = Rect2( 82, 1, 9, 12 )
margin_left = 4.0
margin_right = 4.0
margin_top = 6.0
margin_bottom = 6.0
margin_top = 3.0
margin_bottom = 5.0
axis_stretch_horizontal = 1
axis_stretch_vertical = 1

Expand All @@ -110,8 +110,8 @@ texture = ExtResource( 1 )
region_rect = Rect2( 82, 14, 13, 12 )
margin_left = 6.0
margin_right = 6.0
margin_top = 6.0
margin_bottom = 6.0
margin_top = 4.0
margin_bottom = 4.0
axis_stretch_horizontal = 1
axis_stretch_vertical = 1

Expand Down

0 comments on commit 207dbbc

Please sign in to comment.