X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resources%2Fscripts%2Fslider-test-style.json;h=c906566f7a183fa75506a437d4b7f9a5bc8bf396;hb=3b6b3d9d5578fa20fe319ab600eee7609fd6b114;hp=e08ceb042796c073d265ba96543f1840817a6e48;hpb=4c735b1a526e92865428ce68260489c6c637207c;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/resources/scripts/slider-test-style.json b/resources/scripts/slider-test-style.json index e08ceb0..c906566 100644 --- a/resources/scripts/slider-test-style.json +++ b/resources/scripts/slider-test-style.json @@ -23,17 +23,16 @@ { "styles": { "slider": { - "anchor-point": [0.5, 0.0, 0.0], - "parent-origin": [0.5, 0.0, 0.0], + "anchorPoint": [0.5, 0.0, 0.0], + "parentOrigin": [0.5, 0.0, 0.0], "position": [0, 300, 0], "size": [480, 72, 1], - "lower-bound": 0, - "upper-bound": 10, - "show-popup": true, - "show-value": true, - "value-precision": 2, - "value": 0.0, - "popup-text-color": [0.0, 1.0, 1.0, 1.0] + "lowerBound": 0, + "upperBound": 10, + "showPopup": true, + "showValue": true, + "valuePrecision": 2, + "value": 0.0 } } }