Open TimKroeger13 opened 6 months ago
I need a Button that centers textboxes horizontal:
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)
I need a Button that centers textboxes horizontal:
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)