[longomatch] Open the left lists widget a bit widder



commit dfb3e3ffcf8995760d1812a3627d5a73f2e1197d
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Nov 28 12:52:18 2014 +0100

    Open the left lists widget a bit widder

 .../LongoMatch.Gui.Component.AnalysisComponent.cs  |    3 ++-
 LongoMatch.GUI/gtk-gui/gui.stetic                  |    5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.AnalysisComponent.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.AnalysisComponent.cs
index 95bd48e..14428d8 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.AnalysisComponent.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.AnalysisComponent.cs
@@ -40,9 +40,10 @@ namespace LongoMatch.Gui.Component
                        this.uppane = new global::Gtk.HPaned ();
                        this.uppane.CanFocus = true;
                        this.uppane.Name = "uppane";
-                       this.uppane.Position = 283;
+                       this.uppane.Position = 400;
                        // Container child uppane.Gtk.Paned+PanedChild
                        this.playsSelection = new global::LongoMatch.Gui.Component.PlaysSelectionWidget ();
+                       this.playsSelection.WidthRequest = 400;
                        this.playsSelection.Events = ((global::Gdk.EventMask)(256));
                        this.playsSelection.Name = "playsSelection";
                        this.uppane.Add (this.playsSelection);
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index 3dd97c7..45a6d45 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -10,7 +10,7 @@
     <widget-library name="../../LongoMatch.Drawing.Cairo/bin/Debug/LongoMatch.Drawing.Cairo.dll" />
     <widget-library name="../../bin/LongoMatch.GUI.dll" internal="true" />
   </import>
-  <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.AnalysisComponent" design-size="1592 741">
+  <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.AnalysisComponent" design-size="1824 741">
     <action-group name="Default" />
     <property name="MemberName" />
     <property name="Visible">False</property>
@@ -30,10 +30,11 @@
                   <widget class="Gtk.HPaned" id="uppane">
                     <property name="MemberName" />
                     <property name="CanFocus">True</property>
-                    <property name="Position">283</property>
+                    <property name="Position">400</property>
                     <child>
                       <widget class="LongoMatch.Gui.Component.PlaysSelectionWidget" id="playsSelection">
                         <property name="MemberName" />
+                        <property name="WidthRequest">400</property>
                         <property name="Events">ButtonPressMask</property>
                       </widget>
                       <packing>


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