mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-30 13:48:50 +08:00
add left whitespace padding in help prompt
This commit is contained in:
parent
2ea7de0efe
commit
bc8670e882
2
popup.go
2
popup.go
@ -220,7 +220,7 @@ func helpPopup(panel Panel) {
|
|||||||
SetSelectedTextColor(gomu.colors.accent)
|
SetSelectedTextColor(gomu.colors.accent)
|
||||||
|
|
||||||
for _, v := range append(helpText, genHelp...) {
|
for _, v := range append(helpText, genHelp...) {
|
||||||
list.AddItem(v, "", 0, nil)
|
list.AddItem(" " + v, "", 0, nil)
|
||||||
}
|
}
|
||||||
|
|
||||||
prev := func() {
|
prev := func() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user