From ffc24ee99bbe839fcc9258a382926763be96bd89 Mon Sep 17 00:00:00 2001 From: DanS Date: Mon, 13 Jul 2026 19:50:05 -0500 Subject: [PATCH] refactor(settings): drop the divider above the import dialog's action buttons Remove the separator between the content and the Import/Sweep + Close buttons; the spacing alone separates them cleanly enough. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/app.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app.cpp b/src/app.cpp index 538902e..158f2ad 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -3143,8 +3143,6 @@ void App::renderImportKeyDialog() ImGui::PopTextWrapPos(); } - ImGui::Spacing(); - ImGui::Separator(); ImGui::Spacing(); float btnW = 130.0f * dp;