DescriptionRemoves the space for notification icon if it's not visible (2nd)
GridLayout will make the space for a child even if the child is
not visible, which makes an extra space between status area and
panels when there are no notifications.
To remove this space, this CL makes StatusAreaWidgetDelegate catch
child's visibility change, and do not count invisible children in
its GridLayout.
The previous CL was reverted due to test break on win_aura. This
CL includes its fix.
BUG=238770
TBR=stevenjb@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=199451
Patch Set 1 #Patch Set 2 : fix test #Patch Set 3 : #
Messages
Total messages: 3 (0 generated)
|