From eb7d940ed9f1a27b2b9f3f9f4f0bc2530404f513 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Wed, 1 Apr 2015 11:36:05 -0700 Subject: [PATCH] Update edit.js lineHeight property handling --- examples/html/entityProperties.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/html/entityProperties.html b/examples/html/entityProperties.html index 1c5fd58084..df3836a3f5 100644 --- a/examples/html/entityProperties.html +++ b/examples/html/entityProperties.html @@ -312,7 +312,7 @@ } elTextText.value = properties.text; - elTextLineHeight.value = properties.lineHeight; + elTextLineHeight.value = properties.lineHeight.toFixed(4); elTextTextColorRed.value = properties.textColor.red; elTextTextColorGreen.value = properties.textColor.green; elTextTextColorBlue.value = properties.textColor.blue; @@ -723,7 +723,7 @@
Line Height
- +