summaryrefslogtreecommitdiff
path: root/src/lookup.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-01-12 20:01:11 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-01-12 20:01:11 +0200
commit42d72047cb3c6039b2423345e0220fceaacf0f78 (patch)
tree877280aba38a3f08151264b1a0700abf6706d5b7 /src/lookup.h
parent8a9cc8bfafaee7d6810b831182f7f055c2827f8b (diff)
LookupWidget: Item icons are aligned horizontally
Diffstat (limited to 'src/lookup.h')
-rw-r--r--src/lookup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lookup.h b/src/lookup.h
index 64e2c974..771851a6 100644
--- a/src/lookup.h
+++ b/src/lookup.h
@@ -39,6 +39,7 @@ enum iLookupResultType {
39struct Impl_LookupResult { 39struct Impl_LookupResult {
40 enum iLookupResultType type; 40 enum iLookupResultType type;
41 float relevance; /* used for sorting results */ 41 float relevance; /* used for sorting results */
42 iChar icon;
42 iString label; 43 iString label;
43 iString url; 44 iString url;
44 iString meta; 45 iString meta;