diff --git a/resources/data/configuration.xml b/resources/data/configuration.xml
index 2f29f9a76f4..1e3c4fa46e8 100644
--- a/resources/data/configuration.xml
+++ b/resources/data/configuration.xml
@@ -10,7 +10,7 @@
-
+
@@ -19,12 +19,79 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -37,7 +104,6 @@
-
@@ -53,7 +119,7 @@
-
+
@@ -62,7 +128,6 @@
-
@@ -70,97 +135,14 @@
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
@@ -171,6 +153,6 @@
-
+
diff --git a/src/common/gui/CSnapshotMenu.cpp b/src/common/gui/CSnapshotMenu.cpp
index 172e74f85c0..4c19ff4a352 100644
--- a/src/common/gui/CSnapshotMenu.cpp
+++ b/src/common/gui/CSnapshotMenu.cpp
@@ -46,7 +46,7 @@ void CSnapshotMenu::populate()
{
int main = 0, sub = 0;
bool do_nothing = false;
- const long max_main = 16, max_sub = 256;
+ const long max_main = 128, max_sub = 256;
int idx = 0;
TiXmlElement* sect = storage->getSnapshotSection(mtype);