You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
group=gui.EnterGroup(newPadding(),RectAllocator.RemainingRow);// using (gui.EnterGroup(...)) { // Required to produce the expected spacing/padding behavior.
409
-
gui.allocator=RectAllocator.LeftRow;
408
+
if(rightJustify){
409
+
gui.allocator=RectAllocator.RightRow;
410
+
helpCenterX=gui.AllocateRect(1,1).Center.X;
411
+
group=gui.EnterGroup(newPadding(),RectAllocator.RemainingRow);// using (gui.EnterGroup(...)) { // Required to produce the expected spacing/padding behavior.
0 commit comments