aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-07-14 13:25:21 +0200
committerSebastian Geerken <devnull@localhost>2014-07-14 13:25:21 +0200
commit95234f2097f63a69172a30b37df88e60db0ccdcb (patch)
treeadeeec037519dc109d8a913c0506cb17e2728f85 /doc
parent59b53c0ecf06923161ca9bfac2ee8e63d144434d (diff)
Clarified documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/dw-grows.doc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/dw-grows.doc b/doc/dw-grows.doc
index 1b1ba46b..ddaa926b 100644
--- a/doc/dw-grows.doc
+++ b/doc/dw-grows.doc
@@ -117,7 +117,7 @@ sticking out of the allocation of parent.
section 10.5 ('height') of the CSS 2.1 specification to section 10.2
('width').
-**Fast queue resize** does not work fully. Example: run
+**Fast queue resize does not work fully.** Example: run
*test/dw-simple-container-test* (dw_simple_container_test.cc), resize
(best maximize) the window and follow (e.&nbsp;g. by using RTFL) what
happens in consequence of dw::core::Layout::viewportSizeChanged. The
@@ -128,9 +128,9 @@ for the dw::SimpleContainer, *sizeRequest* is never called for the
bottom dw::Textblock.
There does not seem to be a real case for this problem in dillo, since
-all containers (except dw::SimpleContainer, which is not used outside
-tests) use the available width and height
-(dw::core::Widget::usesAvailWidth and
+all widgets which may contain other widgets (except
+dw::SimpleContainer, which is not used outside tests) use the
+available width and height (dw::core::Widget::usesAvailWidth and
dw::core::Widget::usesAvailHeight), and so are always affected by
viewport size changes.