[oe-commits] org.oe.dev gpe-applauncher: Improved softkey layout.

florian commit openembedded-commits at lists.openembedded.org
Wed Oct 31 10:51:46 UTC 2007


gpe-applauncher: Improved softkey layout.

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 312b45a45c1194cc085cdbc31b261aef92ce23bb
ViewMTN: http://monotone.openembedded.org/revision/info/312b45a45c1194cc085cdbc31b261aef92ce23bb
Files:
1
packages/gpephone/gpe-applauncher/fic-gta01/softkeys.conf
packages/gpephone/gpe-applauncher_0.11.bb
Diffs:

#
# mt diff -r13924b6ed700ce1a3e3b1fca1d40f3d76389688a -r312b45a45c1194cc085cdbc31b261aef92ce23bb
#
# 
# 
# patch "packages/gpephone/gpe-applauncher/fic-gta01/softkeys.conf"
#  from [84522e43d3872a2bd2d6f0e6ab13692ac3dc5683]
#    to [83eeed0fba4dc860c13b7fd602bbd80daa784259]
# 
# patch "packages/gpephone/gpe-applauncher_0.11.bb"
#  from [4cd8ca9197d759daf399a1817a800a2ca56b18de]
#    to [6649e63640a298eabd781c80d846183c00d06436]
# 
============================================================
--- packages/gpephone/gpe-applauncher/fic-gta01/softkeys.conf	84522e43d3872a2bd2d6f0e6ab13692ac3dc5683
+++ packages/gpephone/gpe-applauncher/fic-gta01/softkeys.conf	83eeed0fba4dc860c13b7fd602bbd80daa784259
@@ -1,25 +1,25 @@
 # This an example configuration file for GPE Application launcher softkeys.
 # All sizes and positions have pixels as units.
 # The align setting is a positive value from 0 (left) to 10 (right).
 
-[Key 1]                                                        
+[Key 1]
 label = left
-width = 180
-height = 36
-xpos = 5
-ypos = 5
-xpos_menu = 5
-ypos_menu = 30
+width = 200
+height = 44
+xpos = 0
+ypos = 2
+xpos_menu = 1
+ypos_menu = 1
 align = 1
 key = F3
-              
+
 [Key 2]
 label = right
-width = 180
-height = 36
-xpos = 295
-ypos = 5
-xpos_menu = 5
-ypos_menu = 30
+width = 200
+height = 44
+xpos = 280
+ypos = 2
+xpos_menu = 1
+ypos_menu = 1
 align = 9
 key = F4
============================================================
--- packages/gpephone/gpe-applauncher_0.11.bb	4cd8ca9197d759daf399a1817a800a2ca56b18de
+++ packages/gpephone/gpe-applauncher_0.11.bb	6649e63640a298eabd781c80d846183c00d06436
@@ -1,8 +1,8 @@ PRIORITY    = "optional"
 LICENSE     = "GPL"
 DESCRIPTION = "A cellphone application launcher."
 SECTION = "gpe"
 PRIORITY    = "optional"
-PR          = "r1"
+PR          = "r2"
 
 SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
 






More information about the Openembedded-commits mailing list