From 695d1235cd6715a5e911eb61c43af4464a128129 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Thu, 16 Feb 2012 14:52:10 -0800 Subject: fixing the Text tool toggle buttons Signed-off-by: Valerio Virgillito --- .../text-properties.reel/text-properties.html | 30 ++++++++++++++-------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/js/components/tools-properties/text-properties.reel/text-properties.html b/js/components/tools-properties/text-properties.reel/text-properties.html index a7d2af10..13a88ba7 100755 --- a/js/components/tools-properties/text-properties.reel/text-properties.html +++ b/js/components/tools-properties/text-properties.reel/text-properties.html @@ -100,7 +100,8 @@ "pressedClass": "active", "preventFocus": true, "identifier": "btnBold", - "label": "B" + "pressedLabel": "B", + "unpressedLabel": "B" }, "listeners": [ { @@ -117,7 +118,8 @@ "pressedClass": "active", "preventFocus": true, "identifier": "btnItalic", - "label": "I" + "pressedLabel": "I", + "unpressedLabel": "I" }, "listeners": [ { @@ -134,7 +136,8 @@ "pressedClass": "active", "preventFocus": true, "identifier": "btnUnderline", - "label": "U" + "pressedLabel": "U", + "unpressedLabel": "U" }, "listeners": [ { @@ -151,7 +154,8 @@ "pressedClass": "active", "preventFocus": true, "identifier": "btnStrikethrough", - "label": "S" + "pressedLabel": "S", + "unpressedLabel": "S" }, "listeners": [ { @@ -169,7 +173,8 @@ "pressedClass": "active", "preventFocus": true, "identifier": "alignLeft", - "label": "Left" + "pressedLabel": "Left", + "unpressedLabel": "Left" }, "listeners": [ { @@ -186,7 +191,8 @@ "pressedClass": "active", "preventFocus": true, "identifier": "alignCenter", - "label": "Center" + "pressedLabel": "Center", + "unpressedLabel": "Center" }, "listeners": [ { @@ -203,7 +209,8 @@ "pressedClass": "active", "preventFocus": true, "identifier": "alignRight", - "label": "Right" + "pressedLabel": "Right", + "unpressedLabel": "Right" }, "listeners": [ { @@ -220,7 +227,8 @@ "pressedClass": "active", "preventFocus": true, "identifier": "alignJustify", - "label": "Justify" + "pressedLabel": "Justify", + "unpressedLabel": "Justify" }, "listeners": [ { @@ -271,7 +279,8 @@ "pressedClass": "active", "preventFocus": true, "identifier": "bulletedList", - "label": "• • •" + "pressedLabel": "• • •", + "unpressedLabel": "• • •" }, "listeners": [ { @@ -288,7 +297,8 @@ "pressedClass": "active", "preventFocus": true, "identifier": "numberedList", - "label": "1 2 3" + "pressedLabel": "1 2 3", + "unpressedLabel": "1 2 3" }, "listeners": [ { -- cgit v1.2.3