[longomatch] Limit the number of players by row to 5
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Limit the number of players by row to 5
- Date: Fri, 9 Aug 2013 17:20:38 +0000 (UTC)
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]