[longomatch] Increase the width for the count numbers in stats
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Increase the width for the count numbers in stats
- Date: Sun, 11 Aug 2013 15:33:51 +0000 (UTC)
commit 5d67a1079a557c97b4e81afdd662482bec2c7c2c
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sun Aug 11 17:32:14 2013 +0200
Increase the width for the count numbers in stats
LongoMatch.GUI/Gui/Component/Stats/GameViewer.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/Stats/GameViewer.cs
b/LongoMatch.GUI/Gui/Component/Stats/GameViewer.cs
index 45411b7..deb0370 100644
--- a/LongoMatch.GUI/Gui/Component/Stats/GameViewer.cs
+++ b/LongoMatch.GUI/Gui/Component/Stats/GameViewer.cs
@@ -147,7 +147,7 @@ namespace LongoMatch.Gui.Component
Stat stat, category;
Pango.Layout layout;
const double WIDTH_PERCENT = 0.8;
- const int COUNT_WIDTH = 80;
+ const int COUNT_WIDTH = 120;
int textSize;
string name_tpl, count_tpl;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]