[longomatch] Set a width to the field in the player stats



commit afc6b22f6185344ea88a69f1ecf1ae048e3366bb
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Nov 29 21:59:33 2014 +0100

    Set a width to the field in the player stats

 ...ongoMatch.Plugins.Stats.PlayerCategoryViewer.cs |    2 +-
 LongoMatch.Plugins.Stats/gtk-gui/gui.stetic        |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/LongoMatch.Plugins.Stats/gtk-gui/LongoMatch.Plugins.Stats.PlayerCategoryViewer.cs 
b/LongoMatch.Plugins.Stats/gtk-gui/LongoMatch.Plugins.Stats.PlayerCategoryViewer.cs
index d040933..ff87f70 100644
--- a/LongoMatch.Plugins.Stats/gtk-gui/LongoMatch.Plugins.Stats.PlayerCategoryViewer.cs
+++ b/LongoMatch.Plugins.Stats/gtk-gui/LongoMatch.Plugins.Stats.PlayerCategoryViewer.cs
@@ -19,13 +19,13 @@ namespace LongoMatch.Plugins.Stats
                        this.vbox1.Spacing = 6;
                        // Container child vbox1.Gtk.Box+BoxChild
                        this.tagger = new global::LongoMatch.Gui.Component.PlaysCoordinatesTagger ();
+                       this.tagger.HeightRequest = 200;
                        this.tagger.Events = ((global::Gdk.EventMask)(256));
                        this.tagger.Name = "tagger";
                        this.vbox1.Add (this.tagger);
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.tagger]));
                        w1.Position = 0;
                        w1.Expand = false;
-                       w1.Fill = false;
                        this.Add (this.vbox1);
                        if ((this.Child != null)) {
                                this.Child.ShowAll ();
diff --git a/LongoMatch.Plugins.Stats/gtk-gui/gui.stetic b/LongoMatch.Plugins.Stats/gtk-gui/gui.stetic
index c75d1a0..cf0d054 100644
--- a/LongoMatch.Plugins.Stats/gtk-gui/gui.stetic
+++ b/LongoMatch.Plugins.Stats/gtk-gui/gui.stetic
@@ -198,6 +198,7 @@
                 <property name="MemberName" />
                 <property name="CanFocus">True</property>
                 <property name="Label" translatable="yes">Histogram</property>
+                <property name="Active">True</property>
                 <property name="DrawIndicator">True</property>
                 <property name="HasLabel">True</property>
                 <property name="UseUnderline">True</property>
@@ -531,13 +532,13 @@
         <child>
           <widget class="LongoMatch.Gui.Component.PlaysCoordinatesTagger" id="tagger">
             <property name="MemberName" />
+            <property name="HeightRequest">200</property>
             <property name="Events">ButtonPressMask</property>
           </widget>
           <packing>
             <property name="Position">0</property>
-            <property name="AutoSize">True</property>
+            <property name="AutoSize">False</property>
             <property name="Expand">False</property>
-            <property name="Fill">False</property>
           </packing>
         </child>
         <child>


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