Fix thumbnail misalignment in ArtistLocalSongs

This commit is contained in:
vfsfitvnm 2022-10-13 10:38:28 +02:00
parent 91ec216679
commit 83d559830f

View file

@ -18,6 +18,7 @@ import it.vfsfitvnm.vimusic.LocalPlayerAwareWindowInsets
import androidx.compose.foundation.layout.WindowInsetsSides import androidx.compose.foundation.layout.WindowInsetsSides
import androidx.compose.foundation.layout.asPaddingValues import androidx.compose.foundation.layout.asPaddingValues
import androidx.compose.foundation.layout.only import androidx.compose.foundation.layout.only
import androidx.compose.ui.Alignment
import it.vfsfitvnm.vimusic.LocalPlayerServiceBinder import it.vfsfitvnm.vimusic.LocalPlayerServiceBinder
import it.vfsfitvnm.vimusic.R import it.vfsfitvnm.vimusic.R
import it.vfsfitvnm.vimusic.models.DetailedSong import it.vfsfitvnm.vimusic.models.DetailedSong
@ -83,7 +84,7 @@ fun ArtistLocalSongs(
key = "header", key = "header",
contentType = 0 contentType = 0
) { ) {
Column { Column(horizontalAlignment = Alignment.CenterHorizontally) {
headerContent { headerContent {
SecondaryTextButton( SecondaryTextButton(
text = "Enqueue", text = "Enqueue",