[maemo-commits] [maemo-commits] r8467 - in projects/haf/trunk/hildon-theme-layout-3: . rc

From: www-data at stage.maemo.org www-data at stage.maemo.org
Date: Wed Nov 29 16:50:34 EET 2006
Author: mdk
Date: 2006-11-29 16:50:33 +0200 (Wed, 29 Nov 2006)
New Revision: 8467

Modified:
   projects/haf/trunk/hildon-theme-layout-3/ChangeLog
   projects/haf/trunk/hildon-theme-layout-3/rc/index.theme
   projects/haf/trunk/hildon-theme-layout-3/rc/theme.xml
Log:
Always used default icon theme (for now).
Updates for matchbox theme.


Modified: projects/haf/trunk/hildon-theme-layout-3/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-3/ChangeLog	2006-11-29 14:50:24 UTC (rev 8466)
+++ projects/haf/trunk/hildon-theme-layout-3/ChangeLog	2006-11-29 14:50:33 UTC (rev 8467)
@@ -1,3 +1,9 @@
+2006-11-29  Michael Dominic K.  <mdk at mdk.am> 
+
+	* rc/index.theme: Always used default icon theme (for now).
+
+	* rc/theme.xml: Updates for matchbox theme.
+
 2006-11-29  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* rc/Makefile.am: Adding base to installable files.

Modified: projects/haf/trunk/hildon-theme-layout-3/rc/index.theme
===================================================================
--- projects/haf/trunk/hildon-theme-layout-3/rc/index.theme	2006-11-29 14:50:24 UTC (rev 8466)
+++ projects/haf/trunk/hildon-theme-layout-3/rc/index.theme	2006-11-29 14:50:33 UTC (rev 8467)
@@ -6,6 +6,6 @@
 
 [X-Hildon-Metatheme]
 GtkTheme=@ThemeDirBaseName@
-IconTheme=@ThemeDirBaseName@
+IconTheme=default
 X-MatchboxTheme=@ThemeDirBaseName@
 X-AdditionalRCFiles=maemo_af_desktop

Modified: projects/haf/trunk/hildon-theme-layout-3/rc/theme.xml
===================================================================
--- projects/haf/trunk/hildon-theme-layout-3/rc/theme.xml	2006-11-29 14:50:24 UTC (rev 8466)
+++ projects/haf/trunk/hildon-theme-layout-3/rc/theme.xml	2006-11-29 14:50:33 UTC (rev 8467)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<theme name="@ThemeDirBaseName@" author="Nokia"
+<theme name="theme4" author="Nokia"
        desc="" version="1.0" engine_version="1" cache="false" >
 
 <!-- List Resources, defined by an id and then a definition -->
@@ -79,16 +79,16 @@
 
   <!-- Define the status bar applet panel -->
 
-  <panel x="-372" y="2" w="280" h="40" />
+  <panel x="-373" y="0" w="280" h="50" />
 
   <!-- Define minimize and close buttons -->
   
-  <button x="-80" y="2" w="40" h="40" action="minimize" >
+  <button x="-80" y="0" w="40" h="50" action="minimize" >
     <active pixmap="titlebarminimizebuttonpressed"/>
     <inactive pixmap="titlebarminimizebutton"/>
   </button>
  
-  <button x="-40" y="2" w="40" h="40" action="close" >
+  <button x="-40" y="0" w="40" h="50" action="close" >
     <active pixmap="titlebarclosebuttonpressed" />
     <inactive pixmap="titlebarclosebutton"/>
   </button>


More information about the maemo-commits mailing list