Don't elide strings in the HeaderBar when there's plenty of space
ClosedPublic

Authored by ngraham on Apr 15 2019, 3:37 PM.

Details

Summary

The parent ColumnLayout had Layout.fillWidth: true, but its children didn't, and
they don't inherit it automatically.

This patch sets that property for the children so that strings in the HeaderBar don't
get elided.

BUG: 406483

Test Plan

Diff Detail

Repository
R255 Elisa
Branch
no-elision-in-headerbar (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 10901
Build 10919: arc lint + arc unit
ngraham requested review of this revision.Apr 15 2019, 3:37 PM
ngraham created this revision.
ngraham edited the summary of this revision. (Show Details)Apr 15 2019, 3:37 PM
mgallien accepted this revision.Apr 15 2019, 5:13 PM

Thanks

This revision is now accepted and ready to land.Apr 15 2019, 5:13 PM
ngraham retitled this revision from DOn't elide strings in the HeaderBar when there's plenty of space to Don't elide strings in the HeaderBar when there's plenty of space.Apr 15 2019, 5:27 PM
This revision was automatically updated to reflect the committed changes.