From 4829366c59ee4e2d79babcba1757ca6728386e72 Mon Sep 17 00:00:00 2001 From: Heiko Joerg Schick Date: Tue, 11 Mar 2025 07:38:17 +0100 Subject: [PATCH] Reorder of buttons --- src/taskpane/components/App.tsx | 6 +++--- src/taskpane/components/DraftButtons.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/taskpane/components/App.tsx b/src/taskpane/components/App.tsx index a5f3d794..9e401f9f 100644 --- a/src/taskpane/components/App.tsx +++ b/src/taskpane/components/App.tsx @@ -155,15 +155,15 @@ const App: React.FC = () => { Content - -
- +
+
+
diff --git a/src/taskpane/components/DraftButtons.tsx b/src/taskpane/components/DraftButtons.tsx index 67b77296..7d0020f7 100644 --- a/src/taskpane/components/DraftButtons.tsx +++ b/src/taskpane/components/DraftButtons.tsx @@ -64,7 +64,7 @@ export const DraftButtons: React.FC = () => { const textBox = master.shapes.addTextBox(""); // textBox.left = 0; // Center it horizontally - textBox.left = -329 + textBox.left = -330 textBox.top = 32; // textBox.width = 960; textBox.width = 2400;