From: Joogab Yun Date: Wed, 9 Jan 2019 04:30:14 +0000 (+0900) Subject: Change the default value of matchSystemLanguageDirection to false. X-Git-Tag: submit/tizen_5.0/20190109.061837^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=refs%2Fchanges%2F51%2F197051%2F1 Change the default value of matchSystemLanguageDirection to false. Change-Id: I0942ac409b12f4d6e2233cb5713888b66a98b019 --- diff --git a/dali-toolkit/styles/1920x1080/dali-toolkit-default-theme.json b/dali-toolkit/styles/1920x1080/dali-toolkit-default-theme.json index 4322001..43bd4e5 100755 --- a/dali-toolkit/styles/1920x1080/dali-toolkit-default-theme.json +++ b/dali-toolkit/styles/1920x1080/dali-toolkit-default-theme.json @@ -67,8 +67,7 @@ "autoScrollLoopCount":2, "autoScrollGap":50, "autoScrollSpeed":80, - "ignoreSpacesAfterText":false, - "matchSystemLanguageDirection":true + "ignoreSpacesAfterText":false }, "TextLabelFontSize0": @@ -102,8 +101,7 @@ "grabHandleImage" : "{DALI_STYLE_IMAGE_DIR}cursor_handler_drop_center.png", "selectionHandleImageLeft" : {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_left.png" }, "selectionHandleImageRight": {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_right.png" }, - "enableSelection":false, - "matchSystemLanguageDirection":true + "enableSelection":false }, "TextFieldFontSize0": @@ -219,8 +217,7 @@ "enableScrollBar":true, "scrollBarShowDuration":0.8, "scrollBarFadeDuration":0.5, - "enableSelection":false, - "matchSystemLanguageDirection":true + "enableSelection":false }, "ProgressBar": {