summaryrefslogtreecommitdiff
path: root/apps/gui/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/list.h')
-rw-r--r--apps/gui/list.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index 0f2f51a424..ef08a9e220 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -257,7 +257,11 @@ struct simplelist_info {
257}; 257};
258 258
259#define SIMPLELIST_MAX_LINES 32 259#define SIMPLELIST_MAX_LINES 32
260#ifdef HAVE_ATA_SMART
261#define SIMPLELIST_MAX_LINELENGTH 48
262#else
260#define SIMPLELIST_MAX_LINELENGTH 32 263#define SIMPLELIST_MAX_LINELENGTH 32
264#endif
261 265
262/** The next three functions are used if the text is mostly static. 266/** The next three functions are used if the text is mostly static.
263 These should be called in the action callback for the list. 267 These should be called in the action callback for the list.