[longomatch] Only expand the subcategories widget



commit 8e3e46df881be4660dba699a5d3ec4a6be13edd5
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Aug 9 13:58:20 2013 +0200

    Only expand the subcategories widget

 .../LongoMatch.Gui.Component.CategoryProperties.cs |    2 ++
 LongoMatch.GUI/gtk-gui/gui.stetic                  |    4 +++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs
index 93d05b0..b515bcd 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs
@@ -449,6 +449,8 @@ namespace LongoMatch.Gui.Component
                        this.vbox2.Add (this.frame4);
                        global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame4]));
                        w37.Position = 0;
+                       w37.Expand = false;
+                       w37.Fill = false;
                        // Container child vbox2.Gtk.Box+BoxChild
                        this.frame3 = new global::Gtk.Frame ();
                        this.frame3.Name = "frame3";
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index ec67928..3d28dcf 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -2754,7 +2754,9 @@ Sort by duration</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]