Skip to content

Commit

Permalink
2005-10-04 mallum <[email protected]>
Browse files Browse the repository at this point in the history
        * src/matchbox-keyboard.c: (mb_kbd_new):
        Make initial point size smaller to kbd fitting on large DPI's.

git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-keyboard@1253 b067294f-1dea-0310-9683-c47a78595994
  • Loading branch information
mallum committed Oct 4, 2005
1 parent 91a9c50 commit 43e2d0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2005-10-04 mallum <[email protected]>

* src/matchbox-keyboard.c: (mb_kbd_new):
Make initial point size smaller to kbd fitting on large DPI's.

2005-09-15 mallum,,, <[email protected]>

* layouts/keyboard.xml:
Expand Down
2 changes: 1 addition & 1 deletion src/matchbox-keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mb_kbd_new(int argc, char **argv)
kb->row_spacing = 5;

kb->font_family = strdup("sans");
kb->font_pt_size = 8;
kb->font_pt_size = 6;
kb->font_variant = strdup("bold");

if (argc > 1)
Expand Down

0 comments on commit 43e2d0b

Please sign in to comment.