[longomatch] Use borders instead of padding.



commit 310753243467fcf8d21f7ab9f0a0e363b33dc859
Author: Julien Moutte <julien fluendo com>
Date:   Mon Mar 16 15:38:42 2015 +0100

    Use borders instead of padding.
    
    Also, looks like I committed a change to current page by mistake.

 .../LongoMatch.Gui.Panel.ProjectsManagerPanel.cs   |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.ProjectsManagerPanel.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.ProjectsManagerPanel.cs
index 604ab87..5f4db06 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.ProjectsManagerPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.ProjectsManagerPanel.cs
@@ -112,12 +112,11 @@ namespace LongoMatch.Gui.Panel
                        this.notebook1 = new global::Gtk.Notebook ();
                        this.notebook1.CanFocus = true;
                        this.notebook1.Name = "notebook1";
-                       this.notebook1.CurrentPage = 1;
+                       this.notebook1.CurrentPage = 0;
                        // Container child notebook1.Gtk.Notebook+NotebookChild
                        this.pm_content_alignment = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
                        this.pm_content_alignment.Name = "pm_content_alignment";
-                       this.pm_content_alignment.LeftPadding = ((uint)(12));
-                       this.pm_content_alignment.RightPadding = ((uint)(12));
+                       this.pm_content_alignment.BorderWidth = ((uint)(12));
                        // Container child pm_content_alignment.Gtk.Container+ContainerChild
                        this.pm_hbox = new global::Gtk.HBox ();
                        this.pm_hbox.Name = "pm_hbox";


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