1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-25 12:05:59 +01:00

Fix Options being seen in two lines on Add/edit Send (#1798)

This commit is contained in:
Federico Maccaroni 2022-02-22 14:28:43 -03:00 committed by GitHub
parent 23ca0f4b93
commit fa8d59075b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,9 +55,10 @@ namespace Bit.App.Pages
_vm.SegmentedButtonFontSize = 13; _vm.SegmentedButtonFontSize = 13;
_vm.SegmentedButtonMargins = new Thickness(0, 10, 0, 0); _vm.SegmentedButtonMargins = new Thickness(0, 10, 0, 0);
_vm.EditorMargins = new Thickness(0, 5, 0, 0); _vm.EditorMargins = new Thickness(0, 5, 0, 0);
_btnOptions.WidthRequest = 70; // Review this when https://github.com/bitwarden/mobile/pull/1454 workaround can be reverted
_btnOptionsDown.WidthRequest = 30; //_btnOptions.WidthRequest = 70;
_btnOptionsUp.WidthRequest = 30; //_btnOptionsDown.WidthRequest = 30;
//_btnOptionsUp.WidthRequest = 30;
} }
else if (Device.RuntimePlatform == Device.iOS) else if (Device.RuntimePlatform == Device.iOS)
{ {