Skip to content

Commit

Permalink
More spacing tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Mar 25, 2024
1 parent 5d26d94 commit 63e45a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ios/voicebox/UI/MainViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,16 @@ - (void)viewDidLoad

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

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

// Space above speak button, space permitting with weak height constraint
[buttonTopSpacer.topAnchor constraintEqualToAnchor:voiceboxLabel.topAnchor],
Expand Down

0 comments on commit 63e45a5

Please sign in to comment.