From c1344f9692273f2e1bd5688adfb39bda33394a0b Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Wed, 3 Aug 2022 23:47:05 +0200 Subject: Implemented dynamic layout with subwindows Signed-off-by: TheJackiMonster --- src/ui/accounts.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ui/accounts.h') 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, -- cgit v1.2.3