diff options
Diffstat (limited to 'alf/alfgroupbox.cpp')
| -rw-r--r-- | alf/alfgroupbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alfgroupbox.cpp b/alf/alfgroupbox.cpp index 40ca6cd..3aed7d1 100644 --- a/alf/alfgroupbox.cpp +++ b/alf/alfgroupbox.cpp @@ -32,7 +32,7 @@ ALF_GroupBox_IntializePriv(ALFGroupBoxPriv *priv, HWND window, const TCHAR *text priv->layout.preApplyLayoutToContainerWidget = ALF_GroupBox_PreContainerWidgetApplyPos; priv->label = ALF_AddLabel(window, (WORD)-1, -1, -1, text); - ALF_LabelSetStyle(priv->label, ALF_LABEL_ALIGN_LEFT | ALF_LABEL_ALIGN_TOP); + ALF_Label_SetStyle(priv->label, ALF_LABEL_ALIGN_LEFT | ALF_LABEL_ALIGN_TOP); ALF_GroupBox_HandleThemeChange(priv, window); } |
