[chronojump] weird fix to have better person snapshot



commit 410ee523a89165caf0de4445ab5e44b6b0c6d32b
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Jan 29 02:15:33 2013 +0100

    weird fix to have better person snapshot

 CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs |    2 +-
 CesarPlayer/gtk-gui/gui.stetic                    |    2 +-
 src/gui/person.cs                                 |    1 +
 3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs b/CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs
index e8b11f2..8571138 100644
--- a/CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs
+++ b/CesarPlayer/gtk-gui/LongoMatch.Gui.CapturerBin.cs
@@ -44,7 +44,7 @@ namespace LongoMatch.Gui
 			// Container child vbox1.Gtk.Box+BoxChild
 			this.logodrawingarea = new global::Gtk.DrawingArea ();
 			this.logodrawingarea.Name = "logodrawingarea";
-			this.vbox1.Add (this.logodrawingarea);
+			//this.vbox1.Add (this.logodrawingarea);
 			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.logodrawingarea]));
 			w2.Position = 1;
 			// Container child vbox1.Gtk.Box+BoxChild
diff --git a/CesarPlayer/gtk-gui/gui.stetic b/CesarPlayer/gtk-gui/gui.stetic
index 4e13f6c..a91770e 100644
--- a/CesarPlayer/gtk-gui/gui.stetic
+++ b/CesarPlayer/gtk-gui/gui.stetic
@@ -465,4 +465,4 @@
       </widget>
     </child>
   </widget>
-</stetic-interface>
\ No newline at end of file
+</stetic-interface>
diff --git a/src/gui/person.cs b/src/gui/person.cs
index 9d32c84..0192b7b 100644
--- a/src/gui/person.cs
+++ b/src/gui/person.cs
@@ -997,6 +997,7 @@ public class PersonAddModifyWindow
  		capturerWindow = new Gtk.Window("Capturer");
 		capturerWindow.Add(capturer);
 		capturerWindow.Modal=true;
+		capturerWindow.SetDefaultSize(400,400);
 
 		person_win.Hide();
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]