summaryrefslogtreecommitdiff
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
UI_ACCOUNT_CREATE_DIALOG_Handle create_dialog;
} UI_ACCOUNTS_Handle;
+#define UI_ACCOUNTS_ROWS_MIN 5
+#define UI_ACCOUNTS_COLS_MIN 30
+
void
accounts_event(UI_ACCOUNTS_Handle *accounts,
struct MESSENGER_Application *app,