diff --git a/SourceGen/WpfGui/EditLocalVariableTable.xaml b/SourceGen/WpfGui/EditLocalVariableTable.xaml
index 4458f54..471cdf7 100644
--- a/SourceGen/WpfGui/EditLocalVariableTable.xaml
+++ b/SourceGen/WpfGui/EditLocalVariableTable.xaml
@@ -48,28 +48,37 @@ limitations under the License.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ IsReadOnly="True"
+ FontFamily="{StaticResource GeneralMonoFont}"
+ SnapsToDevicePixels="True"
+ GridLinesVisibility="Vertical"
+ VerticalGridLinesBrush="#FF7F7F7F"
+ AutoGenerateColumns="False"
+ HeadersVisibility="Column"
+ CanUserReorderColumns="False"
+ SelectionMode="Single"
+ SelectionChanged="SymbolsList_SelectionChanged"
+ Sorting="SymbolsList_Sorting"
+ MouseDoubleClick="SymbolsList_MouseDoubleClick">
+
+
+
+
+
+
+
+
+
+
+
+
+
+