Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3435

Modified Files:
        blurr2.fxd 
Log Message:
add description for default items

Index: blurr2.fxd
===================================================================
RCS file: /cvsroot/freevo/freevo/share/skins/main/blurr2.fxd,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** blurr2.fxd  6 Feb 2004 22:16:24 -0000       1.30
--- blurr2.fxd  7 Feb 2004 11:51:39 -0000       1.31
***************
*** 28,34 ****
  
      <!-- no special defaults right now -->
!     <menuset label="default no image" inherits="normal text style"/>
!     <menuset label="default description" inherits="normal text style"/>
!     <menuset label="default description no image" inherits="normal text style"/>
  
      <!-- definition of the main menu -->
--- 28,45 ----
  
      <!-- no special defaults right now -->
!     <menuset label="default no image" inherits="normal text style">
!       <view visible="no"/>
!       <listing x="20" width="740"/>
!     </menuset>
! 
!     <menuset label="default description" inherits="normal text style">
!       <listing height="350"/>
!       <info layout="description" visible="yes" x="20" y="460" width="760" 
height="130"/>
!     </menuset>
! 
!     <menuset label="default description no image" inherits="default description">
!       <view visible="no"/>
!       <listing x="20" width="740"/>
!     </menuset>
  
      <!-- definition of the main menu -->
***************
*** 424,427 ****
--- 435,453 ----
      </layout>
  
+     <!-- default info area -->
+     <layout label="description">
+       <background>
+         <rectangle size="0" radius="10" bgcolor="0xaa000000"/>
+       </background>
+       <content x="10" y="10" type="text" height="max-20" width="max-20"
+       spacing="20" font="default">
+         <item type="default">
+         <if expression="description">
+           <text font="info value" mode="soft" height="max" expression="description"/>
+         </if>
+         </item> 
+       </content>
+     </layout>
+ 
  
      <!-- redefine the main menu listing area -->
***************
*** 472,475 ****
--- 498,504 ----
          <shadow visible="yes" color="0x000000" border="yes"/>
      </font>
+     <font label="info font" name="Arial_Bold" size="16" color="0xffffff">
+         <shadow visible="yes" color="0x000000" border="yes"/>
+     </font>
      <font label="title" name="Arial_Bold" size="18" color="0xffffff">
          <shadow visible="yes" color="0x000000" border="yes"/>  



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to