summaryrefslogtreecommitdiff
path: root/source/ui_addressbook.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2007-12-10 15:26:21 +0000
committerAndrey Nazarov <skuller@skuller.net>2007-12-10 15:26:21 +0000
commita0387528e7952b0909bcaf187565d968dc65c1af (patch)
tree322a7bcdaa99e8ab4642e345265d3d33e919392e /source/ui_addressbook.c
parent6305608a3eb1f38937c9dd8774f2c0de94be9423 (diff)
Improved Demo Browser.
Menus can be dynamically resized now. Fixed `make install'.
Diffstat (limited to 'source/ui_addressbook.c')
-rw-r--r--source/ui_addressbook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ui_addressbook.c b/source/ui_addressbook.c
index 4d67e2f..958047d 100644
--- a/source/ui_addressbook.c
+++ b/source/ui_addressbook.c
@@ -73,7 +73,7 @@ static void AddressBook_MenuInit( void ) {
m_addressBook.fields[i].generic.type = MTYPE_FIELD;
m_addressBook.fields[i].generic.name = NULL;
- m_addressBook.fields[i].generic.x = ( uis.width - 30 * SMALLCHAR_WIDTH ) / 2 - RCOLUMN_OFFSET;
+ m_addressBook.fields[i].generic.x = ( uis.width - 30 * CHAR_WIDTH ) / 2 - RCOLUMN_OFFSET;
m_addressBook.fields[i].generic.y = y;
y += MENU_SPACING;