summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_checkbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/cfwl_checkbox.h')
-rw-r--r--xfa/fwl/cfwl_checkbox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fwl/cfwl_checkbox.h b/xfa/fwl/cfwl_checkbox.h
index 6fc9033dee..e90fbd1b93 100644
--- a/xfa/fwl/cfwl_checkbox.h
+++ b/xfa/fwl/cfwl_checkbox.h
@@ -66,8 +66,8 @@ class CFWL_CheckBox : public CFWL_Widget {
CFX_RectF m_rtBox;
CFX_RectF m_rtCaption;
CFX_RectF m_rtFocus;
- uint32_t m_dwTTOStyles;
- int32_t m_iTTOAlign;
+ FDE_TextStyle m_dwTTOStyles;
+ FDE_TextAlignment m_iTTOAlign;
bool m_bBtnDown;
float m_fBoxHeight;
};