Skip to content

Commit f18301d

Browse files
author
Helder Carvalho
committed
Updated demo to show #329 changes
1 parent 3bd3d77 commit f18301d

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
@@ -146,7 +146,7 @@
146146
</materialDesign:PopupBox.ToggleCheckedContent>
147147
<StackPanel>
148148
<Button ToolTip="One">1</Button>
149-
<Button ToolTip="Two">2</Button>
149+
<Button ToolTip="Two" IsEnabled="False">2</Button>
150150
<Button ToolTip="Three">3</Button>
151151
</StackPanel>
152152
</materialDesign:PopupBox>

0 commit comments

Comments
 (0)