mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
update to Xamarin forms 3.1
This commit is contained in:
@@ -400,7 +400,9 @@ namespace Bit.App.Pages
|
||||
LengthSlider = new Slider(5, 64, _settings.GetValueOrDefault(Constants.PasswordGeneratorLength, 10))
|
||||
{
|
||||
HorizontalOptions = LayoutOptions.FillAndExpand,
|
||||
VerticalOptions = LayoutOptions.CenterAndExpand
|
||||
VerticalOptions = LayoutOptions.CenterAndExpand,
|
||||
MaximumTrackColor = Color.Gray,
|
||||
MinimumTrackColor = Color.Gray,
|
||||
};
|
||||
|
||||
Value = new Label
|
||||
|
||||
Reference in New Issue
Block a user