[longomatch] Add a height and width request for the tagger
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Add a height and width request for the tagger
- Date: Mon, 5 Aug 2013 20:07:22 +0000 (UTC)
commit f2ce8168c010263cbcbc486e86c14a108eb0f51f
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Jul 22 21:11:14 2013 +0200
Add a height and width request for the tagger
LongoMatch.GUI/Gui/Component/CoordinatesTagger.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/CoordinatesTagger.cs
b/LongoMatch.GUI/Gui/Component/CoordinatesTagger.cs
index 12fa172..9ef1ef9 100644
--- a/LongoMatch.GUI/Gui/Component/CoordinatesTagger.cs
+++ b/LongoMatch.GUI/Gui/Component/CoordinatesTagger.cs
@@ -51,6 +51,8 @@ namespace LongoMatch.Gui.Component
drawingarea.ButtonPressEvent += OnDrawingareaButtonPressEvent;
drawingarea.ButtonReleaseEvent += OnDrawingareaButtonReleaseEvent;
drawingarea.MotionNotifyEvent += OnDrawingareaMotionNotifyEvent;
+ HeightRequest = 100;
+ WidthRequest = 100;
}
~CoordinatesTagger() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]