[jboss-cvs] jboss-profiler/java/webapp/lzx ...
Takuro Okada
t2-okada at nri.co.jp
Wed Apr 11 07:22:39 EDT 2007
User: tokada
Date: 07/04/11 07:22:39
Modified: java/webapp/lzx Tag: JBossProfiler_Expansion wndmain.lzx
Log:
Change images
Revision Changes Path
No revision
No revision
1.1.2.3 +13 -14 jboss-profiler/java/webapp/lzx/Attic/wndmain.lzx
(In the diff below, changes in quantity of whitespace are not shown.)
Index: wndmain.lzx
===================================================================
RCS file: /cvsroot/jboss/jboss-profiler/java/webapp/lzx/Attic/wndmain.lzx,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- wndmain.lzx 13 Nov 2006 07:16:16 -0000 1.1.2.2
+++ wndmain.lzx 11 Apr 2007 11:22:39 -0000 1.1.2.3
@@ -31,27 +31,27 @@
<class name="wndmain" extends="view">
<simplelayout axis="y"/>
- <view name="top" width="${parent.width}" height="58">
+ <view name="top" width="${parent.width}" height="60">
<stableborderlayout axis="x"/>
- <view resource="wnd_base_tl" width="10"/>
+ <view resource="wnd_base_tl" width="14"/>
<view>
<stableborderlayout axis="x"/>
<view resource="wnd_base_tc" width="20" stretches="width"/>
- <view resource="wnd_base_tt" width="185"/>
- <view resource="wnd_base_tc" width="${parent.width-205}" stretches="width"/>
+ <view resource="wnd_base_tt" width="265"/>
+ <view resource="wnd_base_tc" width="${parent.width-285}" stretches="width"/>
</view>
- <view resource="wnd_base_tr" width="12"/>
+ <view resource="wnd_base_tr" width="15"/>
</view>
<view name="middle" width="${parent.width}" height="0">
<stableborderlayout axis="x"/>
- <view resource="wnd_base_ml" width="3" height="${parent.height}" stretches="height"/>
+ <view resource="wnd_base_ml" width="4" height="${parent.height}" stretches="height"/>
<view name="mainContents" xoffset="-10" yoffset="-6">
<!--
opacity="0" visible="${this.opacity == 0 ? false : true}">
<animator name="fadeIn" attribute="opacity" to="1" duration="400" start="false"/>
-->
</view>
- <view resource="wnd_base_mr" width="4" height="${parent.height}" stretches="height"/>
+ <view resource="wnd_base_mr" width="5" height="${parent.height}" stretches="height"/>
<animator name="heightStrech" attribute="height" motion="easeboth"
to="${parent.parent.height-100}" duration="1200" start="false">
<handler name="onstop">
@@ -60,19 +60,19 @@
</handler>
</animator>
</view>
- <view name="bottom" width="${parent.width}" height="38">
+ <view name="bottom" width="${parent.width}" height="41">
<stableborderlayout axis="x"/>
- <view resource="wnd_base_bl" width="10"/>
- <!--
+ <view resource="wnd_base_bl" width="14"/>
<view resource="wnd_base_bc" stretches="width"/>
- -->
+ <!--
<view>
<stableborderlayout axis="x"/>
- <view resource="wnd_base_bc" width="${parent.width-192}" stretches="width"/>
+ <view resource="wnd_base_bc" width="${parent.width}" stretches="width"/>
<view resource="wnd_base_bt" width="172" x="${parent.width-192}"/>
<view resource="wnd_base_bc" width="20" stretches="width"/>
</view>
- <view resource="wnd_base_br" width="12"/>
+ -->
+ <view resource="wnd_base_br" width="15"/>
</view>
<event name="onloadcontents"/>
<handler name="oninit">
@@ -91,6 +91,5 @@
<resource name="wnd_base_bl" src="./images/wnd_base_bl.png"/>
<resource name="wnd_base_bc" src="./images/wnd_base_bc.png"/>
<resource name="wnd_base_br" src="./images/wnd_base_br.png"/>
- <resource name="wnd_base_bt" src="./images/wnd_base_bt.png"/>
</library>
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list