increased artwork size for twopanel setting
This commit is contained in:
parent
4f22d0277e
commit
f6bce2019d
1 changed files with 1 additions and 1 deletions
|
@ -3379,7 +3379,7 @@ const app = new Vue({
|
||||||
if (app.getThemeDirective("lcdArtworkSize") != "") {
|
if (app.getThemeDirective("lcdArtworkSize") != "") {
|
||||||
artworkSize = app.getThemeDirective("lcdArtworkSize")
|
artworkSize = app.getThemeDirective("lcdArtworkSize")
|
||||||
} else if (this.cfg.visual.directives.windowLayout == "twopanel") {
|
} else if (this.cfg.visual.directives.windowLayout == "twopanel") {
|
||||||
artworkSize = 70
|
artworkSize = 80
|
||||||
}
|
}
|
||||||
this.currentArtUrl = '';
|
this.currentArtUrl = '';
|
||||||
this.currentArtUrlRaw = '';
|
this.currentArtUrlRaw = '';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue