diff options
Diffstat (limited to 'commands/patch/list.go')
-rw-r--r-- | commands/patch/list.go | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/commands/patch/list.go b/commands/patch/list.go index 73461f2e..ee2850c3 100644 --- a/commands/patch/list.go +++ b/commands/patch/list.go @@ -88,18 +88,10 @@ func (l List) Execute(args []string) error { ) } - app.AddDialog(app.NewDialog( + app.AddDialog(app.LargeDialog( ui.NewBox(viewer, "Patch Management", "", app.SelectedAccountUiConfig(), ), - // start pos on screen - func(h int) int { - return h / 8 - }, - // dialog height - func(h int) int { - return h - 2*h/8 - }, )) return nil |