You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2012/09/07 01:30:19 UTC

svn commit: r1381798 - in /incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Styles: baselines/TextInput_prompt_popup@mac.png comps/PopupTextInput.mxml

Author: aharui
Date: Thu Sep  6 23:30:18 2012
New Revision: 1381798

URL: http://svn.apache.org/viewvc?rev=1381798&view=rev
Log:
The Popup wasn't using an embedded font.  Hopefully it now is.

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Styles/baselines/TextInput_prompt_popup@mac.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Styles/comps/PopupTextInput.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Styles/baselines/TextInput_prompt_popup@mac.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Styles/baselines/TextInput_prompt_popup%40mac.png?rev=1381798&r1=1381797&r2=1381798&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Styles/comps/PopupTextInput.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Styles/comps/PopupTextInput.mxml?rev=1381798&r1=1381797&r2=1381798&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Styles/comps/PopupTextInput.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/TextInput/Styles/comps/PopupTextInput.mxml Thu Sep  6 23:30:18 2012
@@ -33,6 +33,6 @@
 		]]>
 	</fx:Script>
 	
-	<s:TextInput id="textInput" prompt="I'm a prompt in a popup window." />
+	<s:TextInput id="textInput" fontFamily="myVerdana2" prompt="I'm a prompt in a popup window." />
 	
 </s:TitleWindow>