Reorder of buttons
This commit is contained in:
@@ -155,15 +155,15 @@ const App: React.FC<AppProps> = () => {
|
|||||||
<Subtitle1 block className={styles.sectionTitle}>
|
<Subtitle1 block className={styles.sectionTitle}>
|
||||||
Content
|
Content
|
||||||
</Subtitle1>
|
</Subtitle1>
|
||||||
<MatchSizes />
|
|
||||||
<div style={{ marginTop: "8px" }}></div>
|
|
||||||
<MatchProperties />
|
<MatchProperties />
|
||||||
<div style={{ marginTop: "8px" }}></div>
|
<div style={{ marginTop: "8px" }}></div>
|
||||||
<RoundImage />
|
<MatchSizes />
|
||||||
<div style={{ marginTop: "8px" }}></div>
|
<div style={{ marginTop: "8px" }}></div>
|
||||||
<SwapPositions />
|
<SwapPositions />
|
||||||
<div style={{ marginTop: "8px" }}></div>
|
<div style={{ marginTop: "8px" }}></div>
|
||||||
<InsertTitles />
|
<InsertTitles />
|
||||||
|
<div style={{ marginTop: "8px" }}></div>
|
||||||
|
<RoundImage />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className={styles.section}>
|
<div className={styles.section}>
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ export const DraftButtons: React.FC = () => {
|
|||||||
const textBox = master.shapes.addTextBox("");
|
const textBox = master.shapes.addTextBox("");
|
||||||
|
|
||||||
// textBox.left = 0; // Center it horizontally
|
// textBox.left = 0; // Center it horizontally
|
||||||
textBox.left = -329
|
textBox.left = -330
|
||||||
textBox.top = 32;
|
textBox.top = 32;
|
||||||
// textBox.width = 960;
|
// textBox.width = 960;
|
||||||
textBox.width = 2400;
|
textBox.width = 2400;
|
||||||
|
|||||||
Reference in New Issue
Block a user