1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-07 22:02:56 +03:00

Right-align key labels in menu

I find this makes it look a little nicer
This commit is contained in:
Jesse Duffield
2023-05-21 12:06:22 +10:00
parent 5b933762c2
commit ec3a28df43
8 changed files with 124 additions and 43 deletions

View File

@@ -283,7 +283,7 @@ func TestGetCommitListDisplayStrings(t *testing.T) {
s.showYouAreHereLabel,
)
renderedResult := utils.RenderDisplayStrings(result)
renderedResult := utils.RenderDisplayStrings(result, nil)
t.Logf("\n%s", renderedResult)
assert.EqualValues(t, s.expected, renderedResult)