Skip to content

Commit

Permalink
Fix Options being seen in two lines on Add/edit Send (#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedemkr authored Feb 22, 2022
1 parent 23ca0f4 commit fa8d590
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/App/Pages/Send/SendAddEditPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ public SendAddEditPage(
_vm.SegmentedButtonFontSize = 13;
_vm.SegmentedButtonMargins = new Thickness(0, 10, 0, 0);
_vm.EditorMargins = new Thickness(0, 5, 0, 0);
_btnOptions.WidthRequest = 70;
_btnOptionsDown.WidthRequest = 30;
_btnOptionsUp.WidthRequest = 30;
// Review this when https://github.com/bitwarden/mobile/pull/1454 workaround can be reverted
//_btnOptions.WidthRequest = 70;
//_btnOptionsDown.WidthRequest = 30;
//_btnOptionsUp.WidthRequest = 30;
}
else if (Device.RuntimePlatform == Device.iOS)
{
Expand Down

0 comments on commit fa8d590

Please sign in to comment.