[longomatch] Limit the number of players by row to 5



commit 5ecd87d133d6baef11072a8a3f52b60b76fd758c
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Aug 9 19:14:05 2013 +0200

    Limit the number of players by row to 5

 LongoMatch.GUI/Gui/Component/PlayersTagger.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/PlayersTagger.cs b/LongoMatch.GUI/Gui/Component/PlayersTagger.cs
index 0155f20..6b3f564 100644
--- a/LongoMatch.GUI/Gui/Component/PlayersTagger.cs
+++ b/LongoMatch.GUI/Gui/Component/PlayersTagger.cs
@@ -33,7 +33,7 @@ namespace LongoMatch.Gui.Component
                PlayersTagStore players;
                Dictionary<CheckButton, PlayerTag> checkButtonsDict;
                RadioButton firstRB;
-               const uint DEFAULT_WIDTH = 6;
+               const uint DEFAULT_WIDTH = 5;
                
                public PlayersTagger ()
                {


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