summaryrefslogtreecommitdiff
path: root/packages/matchbox-keyboard/files
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2007-08-19 15:47:49 +0000
committerDaniel Willmann <daniel@totalueberwachung.de>2007-08-19 15:47:49 +0000
commitf7ccb1fc66d0c6ad486f7765e594732191a317ef (patch)
tree6b8db14843c003a66987b5cc74f17df4b85bb10f /packages/matchbox-keyboard/files
parent8587fcf34ebc149b58447c37c9e8efe6414c0879 (diff)
matchbox-keyboard-inputmethod_svn.bb: Reduce font size for fic-gta01
(so keyboard fits on the screen)
Diffstat (limited to 'packages/matchbox-keyboard/files')
-rw-r--r--packages/matchbox-keyboard/files/fic-gta01-font-size.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/matchbox-keyboard/files/fic-gta01-font-size.patch b/packages/matchbox-keyboard/files/fic-gta01-font-size.patch
new file mode 100644
index 0000000000..3a09ac5bc2
--- /dev/null
+++ b/packages/matchbox-keyboard/files/fic-gta01-font-size.patch
@@ -0,0 +1,13 @@
+Index: matchbox-keyboard/src/matchbox-keyboard.c
+===================================================================
+--- matchbox-keyboard.orig/src/matchbox-keyboard.c 2007-08-19 17:26:59.000000000 +0200
++++ matchbox-keyboard/src/matchbox-keyboard.c 2007-08-19 17:27:06.000000000 +0200
+@@ -52,7 +52,7 @@
+ kb->row_spacing = 5;
+
+ kb->font_family = strdup("sans");
+- kb->font_pt_size = 5;
++ kb->font_pt_size = 3;
+ kb->font_variant = strdup("bold");
+
+ for (i = 1; i < argc; i++)