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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Aug 20 15:01:51 EEST 2007
Author: mdk
Date: 2007-08-20 15:01:41 +0300 (Mon, 20 Aug 2007)
New Revision: 13295

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc
Log:
Fixing the border values for some input methods elements. Fixes: NB#66057.


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-08-20 11:57:50 UTC (rev 13294)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-08-20 12:01:41 UTC (rev 13295)
@@ -1,5 +1,10 @@
 2007-08-20  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
+	* rc/hildonkeyboard.rc: Fixing the border values for some input methods
+	elements. Fixes: NB#66057.
+
+2007-08-20  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
 	* rc/ossorssfeedreader.rc: Applying a patch to fix rss applet buttons
 	focused theming. Fixes NB#66019.
 

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc	2007-08-20 11:57:50 UTC (rev 13294)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc	2007-08-20 12:01:41 UTC (rev 13295)
@@ -703,7 +703,7 @@
           function = FLAT_BOX
           detail = "eventbox" 
           file = "../images/qgn_plat_inputmet_special_key_background.png" 
-          border = { 10, 10, 0, 0 } 
+          border = { 12, 12, 0, 0 } 
         }
     }
 }
@@ -725,21 +725,21 @@
             function = BOX
             state = NORMAL
             file = "../images/qgn_plat_inputmet_button_key_special_normal.png"
-            border = { 10, 10, 0, 0 }
+            border = { 12, 12, 0, 0 }
         }
         image
         {
             function = BOX
             state = PRELIGHT
             file = "../images/qgn_plat_inputmet_button_key_special_normal.png"
-            border = { 10, 10, 0, 0 }
+            border = { 12, 12, 0, 0 }
         }
         image
         {
             function = BOX
             state = ACTIVE
             file = "../images/qgn_plat_inputmet_button_key_special_pressed.png"
-            border = { 10, 10, 0, 0 }
+            border = { 12, 12, 0, 0 }
         }
     }
 }
@@ -826,7 +826,7 @@
           function = FLAT_BOX
           detail = "eventbox"
           file = "../images/qgn_plat_inputmet_special_key_background.png"
-          border = { 10, 10, 0, 0 }
+          border = { 12, 12, 0, 0 }
         }
     }
 }


More information about the maemo-commits mailing list