Fixed Nabi Issues 47903,47887,47972
[apps/osp/Internet.git] / src / IntMainFrame.cpp
index 796bfe8..9638413 100644 (file)
@@ -68,7 +68,7 @@ MainFrame::OnFrameActivated (const Tizen::Ui::Controls::Frame &source)
        AppRegistry* pAppRegistry = App::GetInstance()->GetAppRegistry();
        String sliderKey("SliderValue");
 
-       int sliderValue = 0;
+       int sliderValue = 10;
 
        result r = pAppRegistry->Get(sliderKey, sliderValue);
        r = PowerManager::SetScreenBrightness(sliderValue);