summaryrefslogtreecommitdiff
path: root/Config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Config.cpp')
-rw-r--r--Config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.cpp b/Config.cpp
index 6b37efb..392b895 100644
--- a/Config.cpp
+++ b/Config.cpp
@@ -4,7 +4,7 @@
Config::Config() {
s_username = "username";
s_password = "password";
- GridColumns = 5;
+ GridColumns = 7;
GridRows = 2;
}