Update SystemApp
authorJoohyun Kim <joohyune.kim@samsung.com>
Wed, 3 Apr 2013 12:08:53 +0000 (21:08 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 3 Apr 2013 12:47:20 +0000 (21:47 +0900)
Change-Id: I40a1ea1604cfff4d772fd890ef73c2a460a0490a
Signed-off-by: Joohyun Kim <joohyune.kim@samsung.com>
project/src/SettingPanel.cpp

index ee526c5..e153f43 100644 (file)
@@ -1381,7 +1381,7 @@ SettingPanel::CreateItem(int index, int itemWidth)
                {
                description = L"";
                description.Append(resValue);
-               sliderMaxValue = 100;
+               sliderMaxValue = 5;
                isInteger = true;
                }
                break;
@@ -1400,7 +1400,7 @@ SettingPanel::CreateItem(int index, int itemWidth)
                {
                description = L"";
                description.Append(resValue);
-               sliderMaxValue = 100;
+               sliderMaxValue = 5;
                isInteger = true;
                }
                break;