diff --git a/ILSpy/App.axaml b/ILSpy/App.axaml
index 6d539b7f0..c1c3d74bb 100644
--- a/ILSpy/App.axaml
+++ b/ILSpy/App.axaml
@@ -11,6 +11,7 @@
xmlns:metaViews="using:ILSpy.Views"
xmlns:dockTheme="using:Dock.Avalonia.Themes.Simple"
xmlns:dockControls="using:Dock.Avalonia.Controls"
+ xmlns:aeFolding="using:AvaloniaEdit.Folding"
xmlns:recycling="using:Avalonia.Controls.Recycling"
xmlns:docking="using:ILSpy.Docking"
xmlns:controls="using:ILSpy.Controls"
@@ -41,6 +42,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -56,6 +79,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -118,6 +163,107 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ILSpy/Options/DisplaySettingsPanel.axaml b/ILSpy/Options/DisplaySettingsPanel.axaml
index 66b4653b7..8de454662 100644
--- a/ILSpy/Options/DisplaySettingsPanel.axaml
+++ b/ILSpy/Options/DisplaySettingsPanel.axaml
@@ -25,7 +25,7 @@
Minimum="6" Maximum="72" Increment="1"
Value="{Binding Settings.SelectedFontSize, Mode=TwoWay}" />
+ BorderBrush="{DynamicResource ILSpy.ChromeBorder}" BorderThickness="1" Padding="6" Margin="0,2,0,0">
-
+
diff --git a/ILSpy/Search/SearchPane.axaml b/ILSpy/Search/SearchPane.axaml
index 78900ebc0..e9926d8ba 100644
--- a/ILSpy/Search/SearchPane.axaml
+++ b/ILSpy/Search/SearchPane.axaml
@@ -75,14 +75,14 @@
-
-