diff options
author | chriszero <zerov83@gmail.com> | 2015-04-12 20:22:34 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-04-12 20:22:34 +0200 |
commit | 294f38d18ac39463137b60a5d272105f8da4fb21 (patch) | |
tree | 19615fad187c8e36fb464566e81f0db378be45e4 /Config.cpp | |
parent | 18194b793d6542340080b27d72f0b66e656ae7bf (diff) | |
download | vdr-plugin-plex-294f38d18ac39463137b60a5d272105f8da4fb21.tar.gz vdr-plugin-plex-294f38d18ac39463137b60a5d272105f8da4fb21.tar.bz2 |
More tokens
Diffstat (limited to 'Config.cpp')
-rw-r--r-- | Config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ Config::Config() { s_username = "username"; s_password = "password"; - GridColumns = 5; + GridColumns = 7; GridRows = 2; } |