diff --git a/applications/services/gui/modules/file_browser.c b/applications/services/gui/modules/file_browser.c index 6a87fa0f5..8affe8330 100644 --- a/applications/services/gui/modules/file_browser.c +++ b/applications/services/gui/modules/file_browser.c @@ -22,8 +22,6 @@ #define ITEM_LIST_LEN_MAX 50 -#define CUSTOM_ICON_MAX_SIZE 32 - #define SCROLL_INTERVAL (333) #define SCROLL_DELAY (2) diff --git a/applications/services/gui/modules/file_browser.h b/applications/services/gui/modules/file_browser.h index 879d62c4e..e8e9228f7 100644 --- a/applications/services/gui/modules/file_browser.h +++ b/applications/services/gui/modules/file_browser.h @@ -11,6 +11,8 @@ extern "C" { #endif +#define CUSTOM_ICON_MAX_SIZE 32 + typedef struct FileBrowser FileBrowser; typedef void (*FileBrowserCallback)(void* context);