Skip to content

Commit b18ac20

Browse files
committed
Add space between beatmap metadata and star rating badge
If any of them clips, they look too close to each other.
1 parent 67448cb commit b18ac20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/com/osudroid/ui/v2/BeatmapInfoLayout.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import com.reco1l.andengine.container.*
88
import com.reco1l.andengine.sprite.*
99
import com.reco1l.andengine.text.*
1010
import com.reco1l.andengine.ui.*
11+
import com.reco1l.framework.math.Vec4
1112
import com.reco1l.toolkt.*
1213
import com.rian.osu.*
1314
import com.rian.osu.utils.ModUtils.applyModsToBeatmapDifficulty
@@ -53,6 +54,7 @@ class BeatmapInfoLayout : UILinearContainer() {
5354
grow = 1f
5455
}
5556
orientation = Orientation.Vertical
57+
padding = Vec4(0f, 0f, 12f, 0f)
5658

5759
artistText = text {
5860
width = FillParent

0 commit comments

Comments
 (0)