You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2016/03/30 03:26:14 UTC

git commit: [flex-sdk] [refs/heads/develop] - FLEX-35046 changed icon to be font weight normal

Repository: flex-sdk
Updated Branches:
  refs/heads/develop 8c46a10b8 -> 2bf43f2bc


FLEX-35046 changed icon to be font weight normal


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/2bf43f2b
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/2bf43f2b
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/2bf43f2b

Branch: refs/heads/develop
Commit: 2bf43f2bc647bd7226029c503aef0410bb09bd2b
Parents: 8c46a10
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Mar 30 12:26:00 2016 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Mar 30 12:26:00 2016 +1100

----------------------------------------------------------------------
 .../projects/flatspark/src/flatspark/skins/ButtonIconSkin.mxml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/2bf43f2b/frameworks/projects/flatspark/src/flatspark/skins/ButtonIconSkin.mxml
----------------------------------------------------------------------
diff --git a/frameworks/projects/flatspark/src/flatspark/skins/ButtonIconSkin.mxml b/frameworks/projects/flatspark/src/flatspark/skins/ButtonIconSkin.mxml
index f4a71fa..f8859ee 100644
--- a/frameworks/projects/flatspark/src/flatspark/skins/ButtonIconSkin.mxml
+++ b/frameworks/projects/flatspark/src/flatspark/skins/ButtonIconSkin.mxml
@@ -177,7 +177,7 @@ limitations under the License.
 		<s:Label id="iconFont" color="0xFFFFFF" color.disabled="0xE3E3E3" text="{hostComponent.iconFont}"
 				 textAlign="left" fontFamily="FontAwesome"
 				 maxDisplayedLines="1" includeInLayout="{hostComponent.iconFont != null}"
-				 horizontalCenter="0" verticalCenter="0" verticalAlign="middle">
+				 horizontalCenter="0" verticalCenter="0" verticalAlign="middle" fontWeight="normal">
 		</s:Label>
 		
 		<s:Label id="labelDisplay" color="0xFFFFFF" color.disabled="0xE3E3E3"