Skip to content

Commit

Permalink
Fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Mar 25, 2024
1 parent 41979c1 commit 5d26d94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ios/voicebox/UI/MainViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@ - (void)viewDidLoad

// Share button
[shareButton.bottomAnchor constraintEqualToAnchor:textView.bottomAnchor
constant:-32.0],
constant:-21.0],
[shareButton.leadingAnchor constraintEqualToAnchor:textView.leadingAnchor
constant:32.0],
constant:21.0],
[shareButton.heightAnchor constraintEqualToConstant:shareButtonHeight],

// Clear text button
// Clear text button (values impacted by scale)
[clearRestoreTextButton.bottomAnchor constraintEqualToAnchor:textView.bottomAnchor
constant:-32.0],
[clearRestoreTextButton.trailingAnchor constraintEqualToAnchor:textView.trailingAnchor
Expand Down

0 comments on commit 5d26d94

Please sign in to comment.