r2611 - trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/matchbox

alphaone at sita.openmoko.org alphaone at sita.openmoko.org
Fri Aug 3 02:05:56 CEST 2007


Author: alphaone
Date: 2007-08-03 02:05:40 +0200 (Fri, 03 Aug 2007)
New Revision: 2611

Modified:
   trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/matchbox/theme.xml
Log:
openmoko-theme-standard2: Make top panel 50 pixels high and fix gradient


Modified: trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/matchbox/theme.xml
===================================================================
--- trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/matchbox/theme.xml	2007-08-02 15:35:47 UTC (rev 2610)
+++ trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/matchbox/theme.xml	2007-08-03 00:05:40 UTC (rev 2611)
@@ -18,48 +18,54 @@
 <pixmap id="closebutton" filename="closebutton.xpm" />  
 <pixmap id="menubutton"  filename="menubutton.xpm" />  
 
-<frame id="main" height="40">
+<frame id="main" height="50">
 
-  <layer x="0" y="0" w="100%"  h="37" 
+  <layer x="0" y="0" w="100%"  h="47" 
    type="plain" color="orange" />
 
-  <layer x="0" y="0" w="33%"  h="37" 
+  <layer x="0" y="0" w="33%"  h="47" 
    type="gradient-horiz" startcol="transparent" endcol="black" />
- 
-  <layer x="0" y="37" w="100%" h="3"
-   type = "plain" color="orange" />
 
-  <button x="0" y="0" w="32" h="40" action="close" >
+  <layer x="33%" y="0" w="67%"  h="47" 
+   type="plain" color="black" />
+
+  <layer x="100%-10" y="0" w="10"  h="47" 
+   type="plain" color="black" />
+
+  <layer x="0" y="47" w="100%" h="3"
+   type = "plain" color="lightmid" />
+
+  <button x="0" y="0" w="32" h="50" action="close" >
    <active pixmap="closebutton" blend="-150"/>
    <inactive pixmap="closebutton" />
   </button>
 
-  <layer x="36" y="4" w="33%-36" h="32" 
+  <layer x="36" y="9" w="33%-36" h="37" 
    type="label" color="white" justify="left" font="titlefont" />
 
-  <button x="36" y="0" w="33%-68" h="36" action="menu" options="inputonly" />
+  <button x="36" y="0" w="33%-68" h="46" action="menu" options="inputonly" />
 
-  <button x="33%-68" y="0" w="32" h="40" action="custom">
+  <button x="33%-68" y="0" w="32" h="50" action="custom">
    <active pixmap="menubutton" blend="-150"/>
    <inactive pixmap="menubutton" />
   </button>
 
-   <panel x="33%" y="0" w="67%" h="37" />
+   <panel x="33%" y="5" w="67%" h="37" />
 
 </frame>
 
-<frame id="dialog" height="40">
+<frame id="dialog" height="50">
 
-  <layer x="0" y="0" w="100%"  h="20" 
+  <layer x="0" y="0" w="100%"  h="25" 
    type="gradient-vert" startcol="light" endcol="lightmid" />
 
-  <layer x="0" y="20" w="100%"  h="20" 
+  <layer x="0" y="20" w="100%"  h="25" 
    type="gradient-vert" startcol="darkmid" endcol="dark" />
 
-  <layer x="36" y="4" w="100%" h="36" 
+  <layer x="36" y="9" w="100%" h="37" 
    type="label" color="white" justify="left" font="titlefont" />
 
-  <button x="0" y="0" w="32" h="40" action="close" >
+  <button x="0" y="0" w="32" h="50" action="close" >
    <active pixmap="closebutton" blend="-150"/>
    <inactive pixmap="closebutton" />
   </button>





More information about the commitlog mailing list