Updating message with proper assignment grammar.
This commit is contained in:
parent
c361c2285c
commit
5d9a1e8fcf
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
</ListBox.ItemTemplate>
|
</ListBox.ItemTemplate>
|
||||||
</ListBox>
|
</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}}"
|
IsVisible="{Binding Variables.Count, Converter={StaticResource IsZeroConverter}}"
|
||||||
IsHitTestVisible="False"
|
IsHitTestVisible="False"
|
||||||
Opacity="0.6"
|
Opacity="0.6"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue