Compare commits

...

2 commits

View file

@ -56,7 +56,7 @@
</ListBox.ItemTemplate>
</ListBox>
<TextBlock Text="No variables yet. Define with: x = 5"
<TextBlock Text="No variables yet. Define with: x :: 5 or y := x * 2"
IsVisible="{Binding Variables.Count, Converter={StaticResource IsZeroConverter}}"
IsHitTestVisible="False"
Opacity="0.6"