aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/matchbox-keyboard/files/fic-gta01-font-size.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/matchbox-keyboard/files/fic-gta01-font-size.patch')
-rw-r--r--recipes/matchbox-keyboard/files/fic-gta01-font-size.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/matchbox-keyboard/files/fic-gta01-font-size.patch b/recipes/matchbox-keyboard/files/fic-gta01-font-size.patch
new file mode 100644
index 0000000000..c25aa74ca4
--- /dev/null
+++ b/recipes/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
++++ matchbox-keyboard/src/matchbox-keyboard.c
+@@ -54,7 +54,7 @@
+ kb->row_spacing = 5;
+
+ kb->font_family = strdup("sans");
+- kb->font_pt_size = 6;
++ kb->font_pt_size = 3;
+ kb->font_variant = strdup("bold");
+
+ for (i = 1; i < argc; i++)