summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/theme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index e01799ea7..108d736cd 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -851,7 +851,7 @@ void Theme::loadColors(std::string file)
continue;
mProgressColors[type] = new DyePalette(XML::getProperty(node,
- "color", ""));
+ "color", ""), 6);
}
}
}