You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/11/24 22:13:29 UTC

[39/44] git commit: [flex-sdk] [refs/heads/develop] - Make the Spinnerlist selection indicator lines a bit thinner. Looks sleeker like this on the device :-)

Make the Spinnerlist selection indicator lines a bit thinner.  Looks sleeker like this on the device :-)


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

Branch: refs/heads/develop
Commit: 41d53e4cd529cead92e31723849909534b82240d
Parents: 8a779fa
Author: OmPrakash Muppirala <bi...@gmail.com>
Authored: Wed Nov 19 12:01:30 2014 -0800
Committer: OmPrakash Muppirala <bi...@gmail.com>
Committed: Wed Nov 19 12:01:30 2014 -0800

----------------------------------------------------------------------
 .../skins/ios7/assets/SpinnerListContainerSelectionIndicator.fxg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/41d53e4c/frameworks/projects/mobiletheme/src/spark/skins/ios7/assets/SpinnerListContainerSelectionIndicator.fxg
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/src/spark/skins/ios7/assets/SpinnerListContainerSelectionIndicator.fxg b/frameworks/projects/mobiletheme/src/spark/skins/ios7/assets/SpinnerListContainerSelectionIndicator.fxg
index c362560..50ee56a 100644
--- a/frameworks/projects/mobiletheme/src/spark/skins/ios7/assets/SpinnerListContainerSelectionIndicator.fxg
+++ b/frameworks/projects/mobiletheme/src/spark/skins/ios7/assets/SpinnerListContainerSelectionIndicator.fxg
@@ -30,13 +30,13 @@
 		</fill>
 	</Rect>
 	<!-- Top highlight -->
-	<Rect x="0" y="5" width="100" height="1">
+	<Rect x="0" y="5" width="100" height="0.5">
     	<fill>
         	<SolidColor color="#999999"/>
         </fill>
 	</Rect>
 	<!-- Bottom highlight -->
-	<Rect x="0" y="19" width="100" height="1">
+	<Rect x="0" y="19" width="100" height="0.5">
     	<fill>
         	<SolidColor color="#999999"/>
         </fill>