summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-05-29 20:42:53 +0200
committerchriszero <zerov83@gmail.com>2015-05-29 20:42:53 +0200
commit3ec286b742bb833ca203a9965e22d2447fe4d59f (patch)
tree53545b4962345be75dafca6752b8333bb8288b8f /Config.h
parent3bb1c162515089e5f20300029095edef2c1a2387 (diff)
downloadvdr-plugin-plex-3ec286b742bb833ca203a9965e22d2447fe4d59f.tar.gz
vdr-plugin-plex-3ec286b742bb833ca203a9965e22d2447fe4d59f.tar.bz2
Some tweaks
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.h b/Config.h
index ec00b71..936eae5 100644
--- a/Config.h
+++ b/Config.h
@@ -69,8 +69,8 @@ public:
std::string GetPassword();
int ThumbHeight() { return 1080 / CoverGridRows; };
int ThumbWidth() { return 1920 / CoverGridColumns; };
- int ArtHeight() { return 1080; };
- int ArtWidth() { return 1920; };
+ int ArtHeight() { return 1080 / 4; };
+ int ArtWidth() { return 1920 / 4; };
int BannerHeight() { return 1080 / 2; };
int BannerWidth() { return 1920 / 2; };