aboutsummaryrefslogtreecommitdiff
path: root/commands/patch/rebase.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/patch/rebase.go')
-rw-r--r--commands/patch/rebase.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/patch/rebase.go b/commands/patch/rebase.go
index 45136935..e99cc275 100644
--- a/commands/patch/rebase.go
+++ b/commands/patch/rebase.go
@@ -117,7 +117,7 @@ func (r Rebase) Execute(args []string) error {
return err
}
- app.AddDialog(app.LargeDialog(
+ app.AddDialog(app.DefaultDialog(
ui.NewBox(viewer, fmt.Sprintf("Patch Rebase on %-6.6s", baseID), "",
app.SelectedAccountUiConfig(),
),