[longomatch] Put a little padding between labels and frame content for readability.



commit b56f43128a1df72e54fbaf5bbd1ff0e18e60fda3
Author: Julien Moutte <julien fluendo com>
Date:   Wed Apr 29 16:28:02 2015 +0200

    Put a little padding between labels and frame content for readability.

 .../LongoMatch.Gui.Dialog.SubstitutionsEditor.cs   |    2 ++
 LongoMatch.GUI/gtk-gui/gui.stetic                  |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SubstitutionsEditor.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SubstitutionsEditor.cs
index 5496f04..891238a 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SubstitutionsEditor.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.SubstitutionsEditor.cs
@@ -61,6 +61,7 @@ namespace LongoMatch.Gui.Dialog
                        this.GtkAlignment2 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
                        this.GtkAlignment2.Name = "GtkAlignment2";
                        this.GtkAlignment2.LeftPadding = ((uint)(12));
+                       this.GtkAlignment2.TopPadding = ((uint)(12));
                        // Container child GtkAlignment2.Gtk.Container+ContainerChild
                        this.drawingarea2 = new global::Gtk.DrawingArea ();
                        this.drawingarea2.Name = "drawingarea2";
@@ -83,6 +84,7 @@ namespace LongoMatch.Gui.Dialog
                        this.GtkAlignment3 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
                        this.GtkAlignment3.Name = "GtkAlignment3";
                        this.GtkAlignment3.LeftPadding = ((uint)(12));
+                       this.GtkAlignment3.TopPadding = ((uint)(12));
                        // Container child GtkAlignment3.Gtk.Container+ContainerChild
                        this.drawingarea3 = new global::Gtk.DrawingArea ();
                        this.drawingarea3.Name = "drawingarea3";
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index 59ffccd..c565248 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -10705,6 +10705,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="TopPadding">12</property>
                         <child>
                           <widget class="Gtk.DrawingArea" id="drawingarea2">
                             <property name="MemberName" />
@@ -10739,6 +10740,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="TopPadding">12</property>
                         <child>
                           <widget class="Gtk.DrawingArea" id="drawingarea3">
                             <property name="MemberName" />


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