[rnbrowse-commits] SF.net SVN: rnbrowse:[146] branches/RNBGUI/src/RNBGUI.mxml
Brought to you by:
cjsoftuk
|
From: <dav...@us...> - 2008-08-01 17:40:47
|
Revision: 146
http://rnbrowse.svn.sourceforge.net/rnbrowse/?rev=146&view=rev
Author: davidisofox
Date: 2008-08-01 17:40:42 +0000 (Fri, 01 Aug 2008)
Log Message:
-----------
Modified Paths:
--------------
branches/RNBGUI/src/RNBGUI.mxml
Modified: branches/RNBGUI/src/RNBGUI.mxml
===================================================================
--- branches/RNBGUI/src/RNBGUI.mxml 2008-08-01 17:31:48 UTC (rev 145)
+++ branches/RNBGUI/src/RNBGUI.mxml 2008-08-01 17:40:42 UTC (rev 146)
@@ -3,7 +3,7 @@
<mx:states>
<mx:State name="Slideshow">
<mx:AddChild relativeTo="{vbox1}" position="firstChild">
- <mx:Canvas id="slideshowcanvas" bottom="176" top="0" left="0" right="0">
+ <mx:Canvas id="slideshowcanvas" bottom="196" top="0" left="0" right="0">
<mx:Canvas width="100%" height="100%">
<mx:Canvas backgroundAlpha="0.2" x="0" y="0" width="100%" height="100%" id="ssPicCont" showEffect="{fadeAndBlurIn}" hideEffect="{fadeAndBlurOut}" visible="false">
<controls:CachingImage x="0" y="0" width="100%" height="100%" id="ssPic" verticalAlign="center" horizontalAlign="middle" cacheAsBitmap="true" />
@@ -41,7 +41,7 @@
<mx:RemoveChild target="{btnUpload}"/>
<mx:SetStyle target="{hbox2}" name="left" value="0"/>
<mx:SetStyle target="{files}" name="top"/>
- <mx:SetProperty target="{files}" name="height" value="80"/>
+ <mx:SetProperty target="{files}" name="height" value="100"/>
</mx:State>
</mx:states>
<mx:transitions>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|