summaryrefslogtreecommitdiff
path: root/alf/alfcombobox.cpp
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2019-01-03 01:06:00 +0100
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2019-01-03 01:06:00 +0100
commitcd7b608f0517c1100f79b4a3ec654e4178373506 (patch)
tree7ffce716180ea4d28ab2d889348aa46601e496d8 /alf/alfcombobox.cpp
parent2517546be1599c63843e45bf1ac6c9ddb9c0dbf4 (diff)
widget layout improvements
Diffstat (limited to 'alf/alfcombobox.cpp')
-rw-r--r--alf/alfcombobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alfcombobox.cpp b/alf/alfcombobox.cpp
index 90e53ad..3007a20 100644
--- a/alf/alfcombobox.cpp
+++ b/alf/alfcombobox.cpp
@@ -277,7 +277,7 @@ ALF_InternalAddComboBox(HWND win, WORD id, UINT x, UINT y, DWORD style, const TC
if (defaultText)
SetWindowText(hwndCombo, defaultText);
- ALFAddWidgetParams p;
+ ALFWidgetLayoutParams p;
ZeroMemory(&p, sizeof(p));
p.hwnd = hwndCombo;
p.x = x;