Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Components/HeaderBox.cs')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Components/HeaderBox.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/HeaderBox.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/HeaderBox.cs
index c1005ea88e..6edbdf9213 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/HeaderBox.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/HeaderBox.cs
@@ -100,7 +100,7 @@ namespace MonoDevelop.Components
}
}
- public bool GradientBackround { get; set; }
+ public bool GradientBackground { get; set; }
public Gdk.Color? BorderColor { get; set; }
@@ -159,7 +159,7 @@ namespace MonoDevelop.Components
{
Gdk.Rectangle rect;
- if (GradientBackround) {
+ if (GradientBackground) {
rect = new Gdk.Rectangle (Allocation.X, Allocation.Y, Allocation.Width, Allocation.Height);
var gcol = Style.Background (Gtk.StateType.Normal).ToXwtColor ();