Compare commits
2 commits
42d288f733
...
e1150d9e51
| Author | SHA1 | Date | |
|---|---|---|---|
| e1150d9e51 | |||
| 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