Allow for a custom ordering of attributes in UI DevTools |
|
Issue descriptionIn the Attributes pane of UI DevTools, the order of attributes is currently: * height * width * x * y * visibility Ideally, we should be able to specify a custom ordering of the attributes to improve readability. For instance, the first four should be ordered as (x, y, width, height) to match the order of method signatures commonly used throughout the codebase. |
|
►
Sign in to add a comment |
|
Comment 1 by sheriffbot@chromium.org
, Jul 25Status: Untriaged (was: Available)