[longomatch] Set a default width for the rubber
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [longomatch] Set a default width for the rubber
- Date: Fri, 16 Oct 2009 19:56:00 +0000 (UTC)
commit dd53a833d9eb8cf45cc6fbda2c8502d97ac0ab97
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Fri Oct 16 21:47:07 2009 +0200
Set a default width for the rubber
LongoMatch/Gui/Component/DrawingWidget.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/DrawingWidget.cs b/LongoMatch/Gui/Component/DrawingWidget.cs
index 99b9adc..ac6a130 100644
--- a/LongoMatch/Gui/Component/DrawingWidget.cs
+++ b/LongoMatch/Gui/Component/DrawingWidget.cs
@@ -189,7 +189,7 @@ namespace LongoMatch.Gui.Component
c.Operator = Operator.Over;
}else{
c.Color = new Cairo.Color(0,0,0,0);
- c.LineWidth = lineWidth*2;
+ c.LineWidth = 20;
c.Operator = Operator.Source;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]