diff options
author | Tsutomu Uchino <hanya@apache.org> | 2015-01-30 14:12:27 +0000 |
---|---|---|
committer | Tsutomu Uchino <hanya@apache.org> | 2015-01-30 14:12:27 +0000 |
commit | 2b2128d0665dc390ae90739c84bc387f399ebe87 (patch) | |
tree | 9dd987234adbcbb54a16a5bba5aa6eafe71c9dd7 | |
parent | d3fb83cbaea17418def1ace6e868d8892d64d85d (diff) |
#i67663# add vertical alighment on property UI
Notes
Notes:
merged as: 68deef115925c60513b42af9bc4e6df24b49dd2d
-rw-r--r-- | extensions/inc/propctrlr.hrc | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/formmetadata.cxx | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/extensions/inc/propctrlr.hrc b/extensions/inc/propctrlr.hrc index d7ea76e70c6b..92daa7d95193 100644 --- a/extensions/inc/propctrlr.hrc +++ b/extensions/inc/propctrlr.hrc @@ -129,6 +129,7 @@ #define HID_PROP_LINECOLOR "EXTENSIONS_HID_PROP_LINECOLOR" #define HID_PROP_BORDER "EXTENSIONS_HID_PROP_BORDER" #define HID_PROP_ALIGN "EXTENSIONS_HID_PROP_ALIGN" +#define HID_PROP_VERTICAL_ALIGN "EXTENSIONS_HID_PROP_VERTICAL_ALIGN" #define HID_PROP_DROPDOWN "EXTENSIONS_HID_PROP_DROPDOWN" #define HID_PROP_MULTILINE "EXTENSIONS_HID_PROP_MULTILINE" #define HID_PROP_HSCROLL "EXTENSIONS_HID_PROP_HSCROLL" diff --git a/extensions/source/propctrlr/formmetadata.cxx b/extensions/source/propctrlr/formmetadata.cxx index 3a8256c004b5..0cbf515d6c2e 100644 --- a/extensions/source/propctrlr/formmetadata.cxx +++ b/extensions/source/propctrlr/formmetadata.cxx @@ -296,7 +296,7 @@ namespace pcr DEF_INFO_3( FONT, FONT, FONT, FORM_VISIBLE, DIALOG_VISIBLE, COMPOSEABLE ), DEF_INFO_4( VISUALEFFECT, VISUALEFFECT, VISUALEFFECT, FORM_VISIBLE, DIALOG_VISIBLE, ENUM_ONE, COMPOSEABLE ), DEF_INFO_4( ALIGN, ALIGN, ALIGN, FORM_VISIBLE, DIALOG_VISIBLE, ENUM, COMPOSEABLE ), - DEF_INFO_3( VERTICAL_ALIGN, VERTICAL_ALIGN, VERTICAL_ALIGN, FORM_VISIBLE, ENUM, COMPOSEABLE ), + DEF_INFO_4( VERTICAL_ALIGN, VERTICAL_ALIGN, VERTICAL_ALIGN, FORM_VISIBLE, DIALOG_VISIBLE, ENUM, COMPOSEABLE ), DEF_INFO_3( ROWHEIGHT, ROWHEIGHT, ROWHEIGHT, FORM_VISIBLE, DIALOG_VISIBLE, COMPOSEABLE ), DEF_INFO_3( BACKGROUNDCOLOR, BACKGROUNDCOLOR, BACKGROUNDCOLOR, FORM_VISIBLE, DIALOG_VISIBLE, COMPOSEABLE ), DEF_INFO_3( SYMBOLCOLOR, SYMBOLCOLOR, SYMBOLCOLOR, FORM_VISIBLE, DIALOG_VISIBLE, COMPOSEABLE ), |