aboutsummaryrefslogtreecommitdiff
path: root/src/ui/accounts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/accounts.h')
-rw-r--r--src/ui/accounts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/accounts.h b/src/ui/accounts.h
index 2ca55b5..fe0e1b1 100644
--- a/src/ui/accounts.h
+++ b/src/ui/accounts.h
@@ -49,6 +49,9 @@ typedef struct UI_ACCOUNTS_Handle
49 UI_ACCOUNT_CREATE_DIALOG_Handle create_dialog; 49 UI_ACCOUNT_CREATE_DIALOG_Handle create_dialog;
50} UI_ACCOUNTS_Handle; 50} UI_ACCOUNTS_Handle;
51 51
52#define UI_ACCOUNTS_ROWS_MIN 5
53#define UI_ACCOUNTS_COLS_MIN 30
54
52void 55void
53accounts_event(UI_ACCOUNTS_Handle *accounts, 56accounts_event(UI_ACCOUNTS_Handle *accounts,
54 struct MESSENGER_Application *app, 57 struct MESSENGER_Application *app,