Skip to content

Commit

Permalink
πŸ’„ Fix style issue with address bar buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Sep 18, 2024
1 parent aa432ef commit bb838a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/FluentHub.App/Views/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand All @@ -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}">
Expand All @@ -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}"
Expand Down

0 comments on commit bb838a0

Please sign in to comment.