Skip to content

Commit

Permalink
Added some tooltips (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAnt01 authored Apr 11, 2020
1 parent b984cab commit d3eb996
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@
Width="34"
Height="30"
Margin="4,0,2,0"
ToolTipService.ToolTip="Back"
x:FieldModifier="public"
Background="Transparent"
Click="{x:Bind local1:NavigationActions.Back_Click}"
Expand All @@ -553,6 +554,7 @@
Width="34"
Height="30"
Margin="2,0,2,0"
ToolTipService.ToolTip="Forward"
x:FieldModifier="public"
Background="Transparent"
Click="{x:Bind local1:NavigationActions.Forward_Click}"
Expand All @@ -573,6 +575,7 @@
Width="34"
Height="30"
Margin="2,0,2,0"
ToolTipService.ToolTip="Up"
x:FieldModifier="public"
Background="Transparent"
Click="{x:Bind local1:NavigationActions.Up_Click}"
Expand All @@ -593,6 +596,7 @@
Width="34"
Height="30"
Margin="2,0,0,0"
ToolTipService.ToolTip="Refresh"
x:FieldModifier="public"
Background="Transparent"
Click="{x:Bind local1:NavigationActions.Refresh_Click}"
Expand Down Expand Up @@ -685,6 +689,7 @@
Grid.Row="3"
Margin="0,0,4,0"
HorizontalAlignment="Right"
ToolTipService.ToolTip="Create a new item"
x:Load="{x:Bind local1:App.InteractionViewModel.IsPageTypeNotHome, Mode=OneWay}"
Background="Transparent"
FontFamily="Segoe MDL2 Assets"
Expand Down Expand Up @@ -727,6 +732,7 @@
x:Name="SearchButton"
Grid.Row="3"
Margin="0,0,4,0"
ToolTipService.ToolTip="Search"
HorizontalAlignment="Right"
Background="Transparent"
FontFamily="Segoe MDL2 Assets"
Expand All @@ -753,6 +759,7 @@
<Button
Grid.Row="3"
Margin="0,0,4,0"
ToolTipService.ToolTip="More options"
HorizontalAlignment="Right"
Background="Transparent"
Content=""
Expand Down

0 comments on commit d3eb996

Please sign in to comment.