diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-12 20:01:11 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-12 20:01:11 +0200 |
commit | 42d72047cb3c6039b2423345e0220fceaacf0f78 (patch) | |
tree | 877280aba38a3f08151264b1a0700abf6706d5b7 /src/lookup.h | |
parent | 8a9cc8bfafaee7d6810b831182f7f055c2827f8b (diff) |
LookupWidget: Item icons are aligned horizontally
Diffstat (limited to 'src/lookup.h')
-rw-r--r-- | src/lookup.h | 1 |
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 { | |||
39 | struct Impl_LookupResult { | 39 | struct 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; |