diff options
author | Sebastian Geerken <devnull@localhost> | 2016-01-07 21:07:20 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-01-07 21:07:20 +0100 |
commit | 5b4c1c97d32e60e66ff02d2733a1995c3c3cfb8a (patch) | |
tree | beeb109af7cc7e829da62d9bca890b2e699f2cc6 /devdoc | |
parent | 52c91637508d186892f1b02b0d814fe89632c4fd (diff) |
Set proper display for textblocks: some remarks in the documentation.
Diffstat (limited to 'devdoc')
-rw-r--r-- | devdoc/dw-size-request-pos.doc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devdoc/dw-size-request-pos.doc b/devdoc/dw-size-request-pos.doc index 417ce011..b661500d 100644 --- a/devdoc/dw-size-request-pos.doc +++ b/devdoc/dw-size-request-pos.doc @@ -158,5 +158,9 @@ Issues on positions*, a simpler option dw::core::Widget::sizeRequestSimpl has been added. May be removed again, after the design is stable. +- There may be inconsistencies for widget styles; see + [revision f797436687fe](http://flpsed.org/hgweb/dillo_grows/rev/f797436687fe) + as an example for a fix. Perhaps a different approach, where breaks are added, + _if `display` has the value `block`_ (or analogue), will work better. */ |