diff options
author | Andrey Melnik <amelnik@luxoft.com> | 2014-07-15 19:03:33 +0300 |
---|---|---|
committer | Andrey Melnik <amelnik@luxoft.com> | 2014-07-15 19:04:15 +0300 |
commit | a1088ea2aaadd4a08b1b6e41ce5cfea54b03fcab (patch) | |
tree | 49bf493eae9e1d6e838a685bdc344e8b2af79264 | |
parent | ae3155f1baddc1ed8c0ba4a4a7b58b416165042d (diff) | |
download | sdl_core-a1088ea2aaadd4a08b1b6e41ce5cfea54b03fcab.tar.gz |
APPLINK-8186: HMI API TextField changes
-rw-r--r-- | src/components/interfaces/HMI_API.xml | 2 | ||||
-rw-r--r-- | src/components/interfaces/QT_HMI_API.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml index 68ad02e346..204fabcd62 100644 --- a/src/components/interfaces/HMI_API.xml +++ b/src/components/interfaces/HMI_API.xml @@ -1173,7 +1173,7 @@ <param name="width" type="Integer" minvalue="1" maxvalue="500"> <description>The number of characters in one row of this field.</description> </param> - <param name="rows" type="Integer" minvalue="1" maxvalue="3"> + <param name="rows" type="Integer" minvalue="1" maxvalue="8"> <description>The number of rows of this field.</description> </param> </struct> diff --git a/src/components/interfaces/QT_HMI_API.xml b/src/components/interfaces/QT_HMI_API.xml index f012185e0c..6b0db4aaf6 100644 --- a/src/components/interfaces/QT_HMI_API.xml +++ b/src/components/interfaces/QT_HMI_API.xml @@ -1107,7 +1107,7 @@ <param name="width" type="Integer" minvalue="1" maxvalue="500"> <description>The number of characters in one row of this field.</description> </param> - <param name="rows" type="Integer" minvalue="1" maxvalue="3"> + <param name="rows" type="Integer" minvalue="1" maxvalue="8"> <description>The number of rows of this field.</description> </param> </struct> |