[longomatch] Give a little more space to the FileSetSelection widget.



commit 147efb5979eb6c0499b4076c37923a865a098821
Author: Julien Moutte <julien fluendo com>
Date:   Tue Mar 10 12:04:58 2015 +0100

    Give a little more space to the FileSetSelection widget.

 ...ngoMatch.Gui.Component.MediaFileSetSelection.cs |    9 +++++-
 LongoMatch.GUI/gtk-gui/gui.stetic                  |   30 ++++++++++++-------
 2 files changed, 27 insertions(+), 12 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.MediaFileSetSelection.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.MediaFileSetSelection.cs
index 2d21945..8d8a8a7 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.MediaFileSetSelection.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.MediaFileSetSelection.cs
@@ -6,6 +6,8 @@ namespace LongoMatch.Gui.Component
        {
                private global::Gtk.ScrolledWindow mfss_scrolledwindow;
                
+               private global::Gtk.Alignment mfss_alignment;
+               
                private global::Gtk.VBox mfss_vbox;
 
                protected virtual void Build ()
@@ -13,6 +15,7 @@ namespace LongoMatch.Gui.Component
                        global::Stetic.Gui.Initialize (this);
                        // Widget LongoMatch.Gui.Component.MediaFileSetSelection
                        global::Stetic.BinContainer.Attach (this);
+                       this.HeightRequest = 100;
                        this.Name = "LongoMatch.Gui.Component.MediaFileSetSelection";
                        // Container child 
LongoMatch.Gui.Component.MediaFileSetSelection.Gtk.Container+ContainerChild
                        this.mfss_scrolledwindow = new global::Gtk.ScrolledWindow ();
@@ -24,10 +27,14 @@ namespace LongoMatch.Gui.Component
                        global::Gtk.Viewport w1 = new global::Gtk.Viewport ();
                        w1.ShadowType = ((global::Gtk.ShadowType)(0));
                        // Container child GtkViewport.Gtk.Container+ContainerChild
+                       this.mfss_alignment = new global::Gtk.Alignment (0F, 0F, 1F, 0F);
+                       this.mfss_alignment.Name = "mfss_alignment";
+                       // Container child mfss_alignment.Gtk.Container+ContainerChild
                        this.mfss_vbox = new global::Gtk.VBox ();
                        this.mfss_vbox.Name = "mfss_vbox";
                        this.mfss_vbox.Spacing = 6;
-                       w1.Add (this.mfss_vbox);
+                       this.mfss_alignment.Add (this.mfss_vbox);
+                       w1.Add (this.mfss_alignment);
                        this.mfss_scrolledwindow.Add (w1);
                        this.Add (this.mfss_scrolledwindow);
                        if ((this.Child != null)) {
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index 78c5db1..c4b809d 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -6392,13 +6392,12 @@ You can continue with the current capture, cancel it or save your project.
                             <child>
                               <widget class="LongoMatch.Gui.Component.MediaFileSetSelection" 
id="mediafilesetselection1">
                                 <property name="MemberName" />
+                                <property name="HeightRequest">100</property>
                                 <property name="Events">ButtonPressMask</property>
                               </widget>
                               <packing>
                                 <property name="Position">1</property>
                                 <property name="AutoSize">True</property>
-                                <property name="Expand">False</property>
-                                <property name="Fill">False</property>
                               </packing>
                             </child>
                             <child>
@@ -10534,6 +10533,7 @@ You can continue with the current capture, cancel it or save your project.
   </widget>
   <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.MediaFileSetSelection" design-size="1058 180">
     <property name="MemberName" />
+    <property name="HeightRequest">100</property>
     <property name="Visible">False</property>
     <child>
       <widget class="Gtk.ScrolledWindow" id="mfss_scrolledwindow">
@@ -10546,17 +10546,25 @@ You can continue with the current capture, cancel it or save your project.
             <property name="MemberName" />
             <property name="ShadowType">None</property>
             <child>
-              <widget class="Gtk.VBox" id="mfss_vbox">
+              <widget class="Gtk.Alignment" id="mfss_alignment">
                 <property name="MemberName" />
-                <property name="Spacing">6</property>
-                <child>
-                  <placeholder />
-                </child>
-                <child>
-                  <placeholder />
-                </child>
+                <property name="Yscale">0</property>
+                <property name="Xalign">0</property>
+                <property name="Yalign">0</property>
                 <child>
-                  <placeholder />
+                  <widget class="Gtk.VBox" id="mfss_vbox">
+                    <property name="MemberName" />
+                    <property name="Spacing">6</property>
+                    <child>
+                      <placeholder />
+                    </child>
+                    <child>
+                      <placeholder />
+                    </child>
+                    <child>
+                      <placeholder />
+                    </child>
+                  </widget>
                 </child>
               </widget>
             </child>


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