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:
parent
23ca0f4b93
commit
fa8d59075b
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user