Changes between Initial Version and Version 1 of Ticket #7240, comment 2


Ignore:
Timestamp:
Feb 18, 2011, 10:35:44 PM (13 years ago)
Author:
phoudoin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7240, comment 2

    initial v1  
    22> enough Installer window from the start?
    33
    4 What's missing is !BTextView::!HasHeightForWidth() and !BTextView::!GetHeightForWidth() when not editable, not in a scrollview and resizable. I tried to implement it, but didn't find the time to do it right.
     4What's missing is BTextView::!HasHeightForWidth() and BTextView::!GetHeightForWidth() when not editable, not a scrollview's target but resizable.
    55
    66The LayoutKit will then automatically adjust to fit both logo and the whole status text. Dynamically.
    7 But it will also do this when the new status text is smaller enough to reduce the height, which is not the best visual effect...
     7But it will also do that when the status text becomes smaller enough to reduce the height, which is not the best visual effect one would want here.