diff dw.h @ 859:80a88c91ccf6

Implemented vertical centering on text fields.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 01 Apr 2011 01:22:00 +0000
parents ccfa5173659f
children 238ca78e71a7
line wrap: on
line diff
--- a/dw.h	Thu Mar 31 23:34:12 2011 +0000
+++ b/dw.h	Fri Apr 01 01:22:00 2011 +0000
@@ -323,7 +323,7 @@
 #define DW_DT_CENTER             2 /* NSCenterTextAlignment */
 #define DW_DT_RIGHT              1 /* NSRightTextAlignment */
 #define DW_DT_TOP                0
-#define DW_DT_VCENTER            0
+#define DW_DT_VCENTER            (1 << 10)
 #define DW_DT_BOTTOM             0
 #define DW_DT_HALFTONE           0
 #define DW_DT_MNEMONIC           0