Skip to content

Commit

Permalink
SC2: left-side padding increase for layout screen
Browse files Browse the repository at this point in the history
  • Loading branch information
EnvyDragon committed Jan 21, 2024
1 parent dcd356d commit 88ff77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sc2/Starcraft2.kv
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
cols: 1
size_hint_y: None
height: self.minimum_height + 15
padding: [0,0,dp(12),0]
padding: [5,0,dp(12),0]

<CampaignLayout>:
cols: 1
Expand Down

0 comments on commit 88ff77f

Please sign in to comment.