Reorder of buttons

This commit is contained in:
2025-03-11 07:38:17 +01:00
parent 631acab21c
commit 4829366c59
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -155,15 +155,15 @@ const App: React.FC<AppProps> = () => {
<Subtitle1 block className={styles.sectionTitle}>
Content
</Subtitle1>
<MatchSizes />
<div style={{ marginTop: "8px" }}></div>
<MatchProperties />
<div style={{ marginTop: "8px" }}></div>
<RoundImage />
<MatchSizes />
<div style={{ marginTop: "8px" }}></div>
<SwapPositions />
<div style={{ marginTop: "8px" }}></div>
<InsertTitles />
<div style={{ marginTop: "8px" }}></div>
<RoundImage />
</div>
<div className={styles.section}>
+1 -1
View File
@@ -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;