Machriam / TheCardEditor

MIT License
0 stars 0 forks source link

Feature: Horizontal Centring of Text boxes #43

Open TimKroeger13 opened 4 months ago

TimKroeger13 commented 4 months ago

I need a Button that centers textboxes horizontal:

image

Formula for horizontal centering: WT = width of the Textbox WC = width of the canvas P = New x position of the Textbox P = (WC/2) - (WT/2)