dashboard: fix cover art rounding
ensure full circle even when changed in config
This commit is contained in:
parent
bf558cfe83
commit
752dbec924
2 changed files with 2 additions and 2 deletions
|
|
@ -126,7 +126,7 @@ Item {
|
||||||
implicitHeight: Config.dashboard.sizes.mediaCoverArtSize
|
implicitHeight: Config.dashboard.sizes.mediaCoverArtSize
|
||||||
|
|
||||||
color: Colours.tPalette.m3surfaceContainerHigh
|
color: Colours.tPalette.m3surfaceContainerHigh
|
||||||
radius: Appearance.rounding.full
|
radius: Infinity
|
||||||
|
|
||||||
MaterialIcon {
|
MaterialIcon {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@ Item {
|
||||||
|
|
||||||
implicitHeight: width
|
implicitHeight: width
|
||||||
color: Colours.tPalette.m3surfaceContainerHigh
|
color: Colours.tPalette.m3surfaceContainerHigh
|
||||||
radius: Appearance.rounding.full
|
radius: Infinity
|
||||||
|
|
||||||
MaterialIcon {
|
MaterialIcon {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue