Skip to content

Commit 809eb74

Browse files
author
Helder Carvalho
committed
Updated demo to show #329 changes
1 parent 7aee58b commit 809eb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MainDemo.Wpf/Buttons.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
Opened="PopupBox_OnOpened"
8585
Closed="PopupBox_OnClosed">
8686
<StackPanel>
87-
<Button ToolTip="One">1</Button>
87+
<Button ToolTip="One with custom opacity" Opacity="0.5">1 </Button>
8888
<Button ToolTip="Two">2</Button>
8989
<Button ToolTip="Three">3</Button>
9090
</StackPanel>

0 commit comments

Comments
 (0)