From afcbe648c8b87c190b0aca6a35cad88a1fe6afd0 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 7 Oct 2025 21:56:41 +0200 Subject: [PATCH] arbiquotient:: add break --- arbiquotient.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/arbiquotient.cpp b/arbiquotient.cpp index e27f2136..7f6797f9 100644 --- a/arbiquotient.cpp +++ b/arbiquotient.cpp @@ -517,6 +517,7 @@ EX void show_dialog() { } dialog::end_list(); + dialog::addBreak(100); dialog::addItem("auto-generate", 'g'); dialog::add_action_push(show_auto_dialog); if(cgflags & qANYQ) {