From f6bab08bd2733961cae78dbb94af9e60d8f5015b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 13 Dec 2011 11:30:09 +1100 Subject: Allow non-integral space width. From Jason Haslam. --- src/ViewStyle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ViewStyle.h') diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 39cd77339..4ee7f2a3e 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -72,7 +72,7 @@ public: unsigned int maxAscent; unsigned int maxDescent; unsigned int aveCharWidth; - unsigned int spaceWidth; + XYPOSITION spaceWidth; bool selforeset; ColourDesired selforeground; ColourDesired selAdditionalForeground; -- cgit v1.2.3