aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dillorc2
-rw-r--r--doc/dw-grows.doc2
-rw-r--r--doc/dw-out-of-flow.doc6
3 files changed, 5 insertions, 5 deletions
diff --git a/dillorc b/dillorc
index ad688258..17a67e06 100644
--- a/dillorc
+++ b/dillorc
@@ -79,7 +79,7 @@
# Set this to YES to limit the word wrap width to the viewport width
#limit_text_width=NO
-# If this is set to YES, all CSS size specifications are adjusted so that
+# If this is set to YES, all CSS size specifications are adjusted so that
# all contents can be displayed. (Except for tables, see below.)
#adjust_min_width=NO
diff --git a/doc/dw-grows.doc b/doc/dw-grows.doc
index 79262fab..21cdf1a0 100644
--- a/doc/dw-grows.doc
+++ b/doc/dw-grows.doc
@@ -34,7 +34,7 @@ is (not solely) used for percentage sizes.
these may be consolidated some day.)
**The process of size calculation is split between the widget itself
-and its container:**
+and its container:**
- The container provides some abstract methods:
dw::core::Widget::getAvailWidthOfChild,
diff --git a/doc/dw-out-of-flow.doc b/doc/dw-out-of-flow.doc
index e24090ad..d02c3b28 100644
--- a/doc/dw-out-of-flow.doc
+++ b/doc/dw-out-of-flow.doc
@@ -99,15 +99,15 @@ it represented the line numer. Now (least signifant bit left):
+---+ - - - +---+---+- - - - - -+---+---+---+---+
| line number | 0 |
+---+ - - - +---+---+- - - - - -+---+---+---+---+
-
+
+---+ - - - +---+---+- - - - - -+---+---+---+---+
| left float index | 0 | 0 | 1 |
+---+ - - - +---+---+- - - - - -+---+---+---+---+
-
+
+---+ - - - +---+---+- - - - - -+---+---+---+---+
| right float index | 1 | 0 | 1 |
+---+ - - - +---+---+- - - - - -+---+---+---+---+
-
+
+---+ - - - +---+---+- - - - - -+---+---+---+---+
| absolutely positioned index | 1 | 1 |
+---+ - - - +---+---+- - - - - -+---+---+---+---+