Changes between Initial Version and Version 1 of Ticket #17156, comment 4


Ignore:
Timestamp:
Jul 27, 2022, 7:07:38 AM (22 months ago)
Author:
pulkomandy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17156, comment 4

    initial v1  
    44
    55However, if there are multiple views involved, some of them might have some default color, or maybe they just don't draw anything and so the parent window background is still visible?
     6
     7What seems to happen:
     8
     9- The text view at the top left is allocated a higher rectangle than it needs, to match with the height of the logo at the right. However, it does not fill that whole space and so there are two empty rectangles above and below. Solution: fix it so that the text view uses all the size?
     10
     11- Same thing on the bottom: the circle view at the right is made as high as the gradient bar view on the left, but does not fill up all this space.
     12
     13I think setting the root view of the whole thing to a forced white brackground should fix this specific problem but indeed it would be nice to fix #16410 at the same time by making the text view use up more space.