Compare commits
No commits in common. "e1150d9e51548006d68f7d3dd303dedba7a23ada" and "42d288f733ab7303ca60b1ee1135eddade195ca6" have entirely different histories.
e1150d9e51
...
42d288f733
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 or y := x * 2"
|
<TextBlock Text="No variables yet. Define with: x = 5"
|
||||||
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