Increase Brightness Levels to 12

This commit is contained in:
David
2019-03-25 17:01:03 -05:00
committed by LeaNumworks
parent 3ae1dcd9bf
commit 9272d4e75f

View File

@@ -23,7 +23,7 @@ public:
void setBrightnessLevel(int brightnessLevel);
const KDFont * font() const { return m_font; }
void setFont(const KDFont * font) { m_font = font; }
constexpr static int NumberOfBrightnessStates = 5;
constexpr static int NumberOfBrightnessStates = 12;
private:
static_assert(I18n::NumberOfLanguages > 0, "I18n::NumberOfLanguages is not superior to 0"); // There should already have be an error when processing an empty EPSILON_I18N flag
GlobalPreferences() :