|
@@ -5,7 +5,7 @@
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
xmlns:local="clr-namespace:InABox.DynamicGrid"
|
|
|
mc:Ignorable="d"
|
|
|
- Title="Expression Editor" Height="450" Width="800"
|
|
|
+ Title="Expression Editor" Height="650" Width="800"
|
|
|
Loaded="ExpressionWindow_Loaded"
|
|
|
x:Name="ExpressionWindow">
|
|
|
<Grid Margin="5">
|
|
@@ -19,6 +19,7 @@
|
|
|
</Grid.RowDefinitions>
|
|
|
<TextBox x:Name="Editor"
|
|
|
Grid.Column="0" Grid.Row="0" Grid.RowSpan="2"
|
|
|
+ Background="LightYellow"
|
|
|
BorderThickness="1,1,0,1"
|
|
|
Padding="5"
|
|
|
FontFamily="Consolas" FontSize="12"
|
|
@@ -67,7 +68,7 @@
|
|
|
<Border BorderThickness="0,0,0,1" BorderBrush="LightGray"
|
|
|
Margin="0,5,0,0"
|
|
|
Padding="5">
|
|
|
- <Expander Header="Variables">
|
|
|
+ <Expander Header="Variables" IsExpanded="True">
|
|
|
<ListBox ItemsSource="{Binding Path=Variables,ElementName=ExpressionWindow}"
|
|
|
HorizontalContentAlignment="Stretch"
|
|
|
BorderThickness="0">
|