diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-01-20 18:01:48 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-01-20 18:01:48 -0500 |
| commit | d33a8a46d8d00117e792608f879e30e7a4b31a37 (patch) | |
| tree | 4b021fe5e075a9223537fabdf420a9aebf42f62c /main.go | |
| parent | 3c7c084774d355d9f1e5b176d0e4e4f88e02fe45 (diff) | |
| download | volute-d33a8a46d8d00117e792608f879e30e7a4b31a37.zip | |
rename engineDisplacementRow() -> displacementRow()
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ func setCompressor(c Compressor) { func loop() { g.SingleWindow().Layout( - engineDisplacementRow(), + displacementRow(), g.Table(). Size(g.Auto, 190). Rows( |