Loading States & fix label length

This commit is contained in:
gid9798
2023-05-19 23:21:18 +03:00
parent 1d79e149cf
commit 47f6d78737
6 changed files with 60 additions and 26 deletions

View File

@@ -4,7 +4,7 @@
#include <input/input.h>
#include <gui/elements.h>
#define SUBREM_VIEW_REMOTE_MAX_LABEL_LENGTH 16
#define SUBREM_VIEW_REMOTE_MAX_LABEL_LENGTH 12
struct SubRemViewRemote {
View* view;