From 647f2568efb4e9389d4c16e2f5a281585adb6141 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 30 May 2025 12:39:51 +0200 Subject: [PATCH] Adjusted buttons sizes --- app/MindWork AI Studio/Dialogs/PandocDialog.razor | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/app/MindWork AI Studio/Dialogs/PandocDialog.razor b/app/MindWork AI Studio/Dialogs/PandocDialog.razor index 00e85ed4..c21bbbb7 100644 --- a/app/MindWork AI Studio/Dialogs/PandocDialog.razor +++ b/app/MindWork AI Studio/Dialogs/PandocDialog.razor @@ -32,7 +32,7 @@ Pandoc is distributed under the GNU General Public License v2 (GPL). By clicking "Accept GPL and Install", you agree to the terms of the GPL license and Pandoc will be installed automatically for you. Software under GPL is free of charge and free to use. - + Accept GPL and install for free @@ -67,7 +67,7 @@ Pandoc is distributed under the GNU General Public License v2 (GPL). By clicking "Accept GPL and download installer", you agree to the terms of the GPL license. Software under GPL is free of charge and free to use. - + Accept GPL and download installer @@ -120,7 +120,7 @@ - + Accept GPL and download archive @@ -140,8 +140,7 @@ } else if (this.isPandocAvailable) { - + Pandoc ist auf Ihrem System verfügbar @@ -159,13 +158,13 @@ @if (this.showInstallPage) { - + Reject GPL licence } else { - + Proceed to installation }