diff options
Diffstat (limited to 'src/ui/accounts.h')
-rw-r--r-- | src/ui/accounts.h | 3 |
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, |