зеркало из https://github.com/DeGsoft/maui-linux.git
Fix ControlsGallery SearchBar HeightRequest issue (#2785)
This commit is contained in:
Родитель
8ed7a287ed
Коммит
4dcfa9e1ca
|
@ -267,7 +267,7 @@ namespace Xamarin.Forms.Controls
|
|||
};
|
||||
|
||||
var searchBar = new SearchBar() {
|
||||
HeightRequest = 42, // Need this for Android N, see https://bugzilla.xamarin.com/show_bug.cgi?id=43975
|
||||
MinimumHeightRequest = 42, // Need this for Android N, see https://bugzilla.xamarin.com/show_bug.cgi?id=43975
|
||||
AutomationId = "SearchBarGo"
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче