don't round image in TrackCardTile
This commit is contained in:
parent
f7283a6633
commit
8ea6bcd073
|
|
@ -82,7 +82,7 @@ class TrackCardTile extends StatelessWidget {
|
||||||
onLongPress: normalizeSecondary(onSecondary),
|
onLongPress: normalizeSecondary(onSecondary),
|
||||||
onSecondaryTapUp: onSecondary,
|
onSecondaryTapUp: onSecondary,
|
||||||
child: Row(mainAxisSize: MainAxisSize.min, children: [
|
child: Row(mainAxisSize: MainAxisSize.min, children: [
|
||||||
CachedImage(url: artUri),
|
CachedImage(url: artUri, rounded: false),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 16.0),
|
padding: const EdgeInsets.symmetric(horizontal: 16.0),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue