mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2026-01-16 03:41:34 +01:00
The grid used static sizes which meant that changing settings didn't have an effect on elements of the ui, notably the sidebar width. This patch makes the `Size` parameter of a cell a function which returns the `int`, allowing for dynamic sizes. A `Const` function is also included for ease of use for static sizes. |
||
|---|---|---|
| .. | ||
| format | ||
| sort | ||
| templates | ||
| ui | ||
| uidstore | ||
| dirstore.go | ||
| history.go | ||
| keystore.go | ||
| messageview.go | ||
| msgstore.go | ||
| oauthbearer.go | ||
| open_darwin.go | ||
| open.go | ||
| socket.go | ||