From e34f79413a9217e1ac94e787c13e4e09924a7ba5 Mon Sep 17 00:00:00 2001 From: Joogab Yun Date: Wed, 9 Jan 2019 13:30:14 +0900 Subject: [PATCH] Change the default value of matchSystemLanguageDirection to false. Change-Id: I0942ac409b12f4d6e2233cb5713888b66a98b019 --- dali-toolkit/styles/1920x1080/dali-toolkit-default-theme.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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": { -- 2.7.4