1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 13:23:39 +00: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

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)
{ {