diff options
author | chriszero <zerov83@gmail.com> | 2015-05-29 20:42:53 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-05-29 20:42:53 +0200 |
commit | 3ec286b742bb833ca203a9965e22d2447fe4d59f (patch) | |
tree | 53545b4962345be75dafca6752b8333bb8288b8f /Config.h | |
parent | 3bb1c162515089e5f20300029095edef2c1a2387 (diff) | |
download | vdr-plugin-plex-3ec286b742bb833ca203a9965e22d2447fe4d59f.tar.gz vdr-plugin-plex-3ec286b742bb833ca203a9965e22d2447fe4d59f.tar.bz2 |
Some tweaks
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; }; |