[longomatch] Don't make the scales fill, only expand
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Don't make the scales fill, only expand
- Date: Sun, 18 Dec 2011 21:41:30 +0000 (UTC)
commit d87a20bfee6e93d9489912ae195ce224312188fb
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Nov 29 22:13:51 2011 +0100
Don't make the scales fill, only expand
LongoMatch.GUI/Gui/Component/TimeLineWidget.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/TimeLineWidget.cs b/LongoMatch.GUI/Gui/Component/TimeLineWidget.cs
index 123d1cc..5d0b5e5 100644
--- a/LongoMatch.GUI/Gui/Component/TimeLineWidget.cs
+++ b/LongoMatch.GUI/Gui/Component/TimeLineWidget.cs
@@ -73,7 +73,7 @@ namespace LongoMatch.Gui.Component {
ts.TimeNodeSelected += new PlaySelectedHandler(OnTimeNodeSelected);
ts.TimeNodeDeleted += new PlaysDeletedHandler(OnTimeNodeDeleted);
ts.NewMarkAtFrameEvent += new NewTagAtFrameHandler(OnNewMark);
- TimelineBox.PackStart(ts,true,true,0);
+ TimelineBox.PackStart(ts,false,true,0);
ts.Show();
}
SetPixelRatio(3);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]