From b09346e8cbb4d6f7c4cc4b2530df00af8056ab26 Mon Sep 17 00:00:00 2001 From: Lamparter Date: Wed, 18 Sep 2024 19:00:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20style=20issue=20with=20add?= =?UTF-8?q?ress=20bar=20buttons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/FluentHub.App/Views/MainPage.xaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/FluentHub.App/Views/MainPage.xaml b/src/FluentHub.App/Views/MainPage.xaml index 94f857cba..109c09800 100644 --- a/src/FluentHub.App/Views/MainPage.xaml +++ b/src/FluentHub.App/Views/MainPage.xaml @@ -176,6 +176,7 @@ Width="32" Height="32" Padding="0" + Background="Transparent" Command="{x:Bind ViewModel.GoBackCommand, Mode=OneWay}" IsEnabled="{x:Bind CustomCustomTabView.SelectedItem.NavigationHistory.CanGoBack, Mode=OneWay}" Style="{StaticResource AddressToolbarButtonStyle}" @@ -199,6 +200,7 @@ Height="32" Padding="0" x:Load="{x:Bind CustomCustomTabView.SelectedItem.NavigationHistory.CanGoForward, Mode=OneWay}" + Background="Transparent" Command="{x:Bind ViewModel.GoForwardCommand, Mode=OneWay}" Style="{StaticResource AddressToolbarButtonStyle}" ToolTipService.ToolTip="{helpers:ResourceString Name=GoForwardButton/ToolTipService/Tooltip}"> @@ -223,6 +225,7 @@ Width="32" Height="32" Padding="0" + Background="Transparent" Command="{x:Bind ViewModel.ReloadCommand, Mode=OneWay}" IsEnabled="{x:Bind CustomCustomTabView.SelectedItem.NavigationHistory.CanReload, Mode=OneWay}" Style="{StaticResource AddressToolbarButtonStyle}" @@ -292,6 +295,7 @@ Width="32" Height="32" Padding="0" + Background="Transparent" Click="UserNotificationInBoxButton_Click">