commit | 86f1ac5638097e9f66e21db102c8c3ec4e0c2b09 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 01 10:23:00 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 14 12:54:51 2023 -0400 |
tree | bcc1e33d0dddea62b60e1175e2a6c2c72865cef5 | |
parent | f0e1e8cceb378c64f0f7d4004e1848707edd5a03 [diff] |
expo: Add spacing around menus and items It looks better if menus have a bit of an inset, rather than be drawn hard up against the background. Also, menu items look better if they have a bit of spacing between them. Add theme options for these and implement the required changes. Signed-off-by: Simon Glass <sjg@chromium.org>