From 773f156785f26a623cb8fd4669621303036ca8fb Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 19 Oct 2017 08:55:18 -0400 Subject: [PATCH] change home settings to extendedbutton --- src/App/Pages/HomePage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Pages/HomePage.cs b/src/App/Pages/HomePage.cs index 7e20a6dcd..03ef82383 100644 --- a/src/App/Pages/HomePage.cs +++ b/src/App/Pages/HomePage.cs @@ -32,7 +32,7 @@ namespace Bit.App.Pages { MessagingCenter.Send(Application.Current, "ShowStatusBar", false); - var settingsButton = new Button + var settingsButton = new ExtendedButton { Image = "cog.png", VerticalOptions = LayoutOptions.Start,