[longomatch] Add a small border between frame label and content.



commit a04f45a5ae69f775f3a45cbcba72e3f5eb2ac429
Author: Julien Moutte <julien fluendo com>
Date:   Mon Feb 9 22:43:00 2015 +0100

    Add a small border between frame label and content.

 ...ngoMatch.Gui.Component.MediaFileSetSelection.cs |    4 ++++
 LongoMatch.GUI/gtk-gui/gui.stetic                  |    6 +++++-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.MediaFileSetSelection.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.MediaFileSetSelection.cs
index e39798f..599245d 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.MediaFileSetSelection.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.MediaFileSetSelection.cs
@@ -47,6 +47,7 @@ namespace LongoMatch.Gui.Component
                        this.GtkAlignment3 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
                        this.GtkAlignment3.Name = "GtkAlignment3";
                        this.GtkAlignment3.LeftPadding = ((uint)(12));
+                       this.GtkAlignment3.BorderWidth = ((uint)(2));
                        // Container child GtkAlignment3.Gtk.Container+ContainerChild
                        this.mediafilechooser1 = new global::LongoMatch.Gui.Component.MediaFileChooser ();
                        this.mediafilechooser1.Events = ((global::Gdk.EventMask)(256));
@@ -69,6 +70,7 @@ namespace LongoMatch.Gui.Component
                        this.GtkAlignment2 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
                        this.GtkAlignment2.Name = "GtkAlignment2";
                        this.GtkAlignment2.LeftPadding = ((uint)(12));
+                       this.GtkAlignment2.BorderWidth = ((uint)(2));
                        // Container child GtkAlignment2.Gtk.Container+ContainerChild
                        this.file2box = new global::Gtk.HBox ();
                        this.file2box.Name = "file2box";
@@ -123,6 +125,7 @@ namespace LongoMatch.Gui.Component
                        this.GtkAlignment1 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
                        this.GtkAlignment1.Name = "GtkAlignment1";
                        this.GtkAlignment1.LeftPadding = ((uint)(12));
+                       this.GtkAlignment1.BorderWidth = ((uint)(2));
                        // Container child GtkAlignment1.Gtk.Container+ContainerChild
                        this.file3box = new global::Gtk.HBox ();
                        this.file3box.Name = "file3box";
@@ -177,6 +180,7 @@ namespace LongoMatch.Gui.Component
                        this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
                        this.GtkAlignment.Name = "GtkAlignment";
                        this.GtkAlignment.LeftPadding = ((uint)(12));
+                       this.GtkAlignment.BorderWidth = ((uint)(2));
                        // Container child GtkAlignment.Gtk.Container+ContainerChild
                        this.file4box = new global::Gtk.HBox ();
                        this.file4box.Name = "file4box";
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index 1522761..65b6391 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -10443,7 +10443,7 @@ You can continue with the current capture, cancel it or save your project.
       </widget>
     </child>
   </widget>
-  <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.MediaFileSetSelection" design-size="534 172">
+  <widget class="Gtk.Bin" id="LongoMatch.Gui.Component.MediaFileSetSelection" design-size="542 180">
     <property name="MemberName" />
     <property name="Visible">False</property>
     <child>
@@ -10464,6 +10464,7 @@ You can continue with the current capture, cancel it or save your project.
                 <property name="Xalign">0</property>
                 <property name="Yalign">0</property>
                 <property name="LeftPadding">12</property>
+                <property name="BorderWidth">2</property>
                 <child>
                   <widget class="LongoMatch.Gui.Component.MediaFileChooser" id="mediafilechooser1">
                     <property name="MemberName" />
@@ -10505,6 +10506,7 @@ You can continue with the current capture, cancel it or save your project.
                 <property name="Xalign">0</property>
                 <property name="Yalign">0</property>
                 <property name="LeftPadding">12</property>
+                <property name="BorderWidth">2</property>
                 <child>
                   <widget class="Gtk.HBox" id="file2box">
                     <property name="MemberName" />
@@ -10573,6 +10575,7 @@ You can continue with the current capture, cancel it or save your project.
                 <property name="Xalign">0</property>
                 <property name="Yalign">0</property>
                 <property name="LeftPadding">12</property>
+                <property name="BorderWidth">2</property>
                 <child>
                   <widget class="Gtk.HBox" id="file3box">
                     <property name="MemberName" />
@@ -10641,6 +10644,7 @@ You can continue with the current capture, cancel it or save your project.
                 <property name="Xalign">0</property>
                 <property name="Yalign">0</property>
                 <property name="LeftPadding">12</property>
+                <property name="BorderWidth">2</property>
                 <child>
                   <widget class="Gtk.HBox" id="file4box">
                     <property name="MemberName" />


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