diff -r 3a25f69541ff -r 4721bd00d3da landmarksui/uicontrols/data/LmkEditor.rss --- a/landmarksui/uicontrols/data/LmkEditor.rss Wed Apr 14 15:50:30 2010 +0300 +++ b/landmarksui/uicontrols/data/LmkEditor.rss Tue Apr 27 16:30:53 2010 +0300 @@ -876,15 +876,29 @@ } //---------------------------------------------------- // -// r_lmk_unit_editor -// Avkon's distance editor +// r_lmk_unit_editor_metric +// Avkon's distance editor using metric units // //---------------------------------------------------- // -RESOURCE AVKON_UNIT_EDITOR r_lmk_unit_editor +RESOURCE AVKON_UNIT_EDITOR r_lmk_unit_editor_metric { min = 0; - max = 99999; + max = 20000; // KMaxAccuracy + maxfractionaldigits = 2; + flags = EAknUnitEditorAllowUninitialized; + } +//---------------------------------------------------- +// +// r_lmk_unit_editor_imperial +// Avkon's distance editor using imperial units +// +//---------------------------------------------------- +// +RESOURCE AVKON_UNIT_EDITOR r_lmk_unit_editor_imperial + { + min = 0; + max = 6099; // KMaxAccuracy/KMetreToFoot maxfractionaldigits = 2; flags = EAknUnitEditorAllowUninitialized; }