diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-19 13:00:57 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-19 13:00:57 +0200 |
| commit | 144736e53fd0142ec215a375bf588b9634e312ed (patch) | |
| tree | 3ad531ef51c131cd8d78b9cd99a053d524b5a6d5 /alf/alf.h | |
| parent | a44a7820fe6b211ba2084175e7d96907457ba3df (diff) | |
calc edit sizes in layout, no more subclassing
Diffstat (limited to 'alf/alf.h')
| -rw-r--r-- | alf/alf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ typedef struct { #define ALF_LAYOUT_SIZE_QUERY 0x01 #define ALF_LAYOUT_SIZE_PUSHBUTTON 0x04 /* unimplemented */ #define ALF_LAYOUT_SIZE_STATICTEXT 0x05 /* unimplemented */ -#define ALF_LAYOUT_SIZE_EDIT 0x06 /* unimplemented */ +#define ALF_LAYOUT_SIZE_EDIT 0x06 #define ALF_LAYOUT_SIZE_RADIOBUTTON 0x07 /* unimplemented */ #define ALF_LAYOUT_SIZE_CHECKBOX 0x07 /* unimplemented */ #define ALF_LAYOUT_SIZETYPE_MASK 0x0f |
