[longomatch] Fix backgrounds in the categories templates



commit c303b4809b16b13054128f8715449ebdfbc7b14b
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Jan 21 19:39:22 2014 +0100

    Fix backgrounds in the categories templates

 LongoMatch.GUI/Gui/Component/CategoryProperties.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/CategoryProperties.cs 
b/LongoMatch.GUI/Gui/Component/CategoryProperties.cs
index 62c6fd1..0d07921 100644
--- a/LongoMatch.GUI/Gui/Component/CategoryProperties.cs
+++ b/LongoMatch.GUI/Gui/Component/CategoryProperties.cs
@@ -57,8 +57,8 @@ namespace LongoMatch.Gui.Component
                        leadtimebutton.ValueChanged += OnLeadTimeChanged;;
                        lagtimebutton.ValueChanged += OnLagTimeChanged;
                        fieldcoordinatestagger.Background = Config.FieldBackground.Value;
-                       goalcoordinatestagger.Background = Config.HalfFieldBackground.Value;
-                       halffieldcoordinatestagger.Background = Config.GoalBackground.Value;
+                       halffieldcoordinatestagger.Background = Config.HalfFieldBackground.Value;
+                       goalcoordinatestagger.Background = Config.GoalBackground.Value;
                }
                
                public bool CanChangeHotkey {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]