[longomatch] Rename "Analysis template" to "Dashboard"



commit 639e9e46764face04b518d29348638121fb62ba4
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Jan 5 13:01:26 2015 +0100

    Rename "Analysis template" to "Dashboard"

 .../LongoMatch.Gui.Panel.NewProjectPanel.cs        |    4 ++--
 LongoMatch.GUI/gtk-gui/gui.stetic                  |    3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs
index 104a4d8..f652d16 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs
@@ -587,14 +587,14 @@ namespace LongoMatch.Gui.Panel
                        w55.Position = 1;
                        w55.Fill = false;
                        // Container child topbox.Gtk.Box+BoxChild
-                       this.righttable = new global::Gtk.Table (((uint)(1)), ((uint)(2)), true);
+                       this.righttable = new global::Gtk.Table (((uint)(1)), ((uint)(2)), false);
                        this.righttable.Name = "righttable";
                        this.righttable.RowSpacing = ((uint)(6));
                        this.righttable.ColumnSpacing = ((uint)(6));
                        // Container child righttable.Gtk.Table+TableChild
                        this.analysislabel = new global::Gtk.Label ();
                        this.analysislabel.Name = "analysislabel";
-                       this.analysislabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Analysis 
Template:");
+                       this.analysislabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Dashboard");
                        this.righttable.Add (this.analysislabel);
                        global::Gtk.Table.TableChild w56 = ((global::Gtk.Table.TableChild)(this.righttable 
[this.analysislabel]));
                        w56.XOptions = ((global::Gtk.AttachOptions)(4));
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index e6353a3..c9d15b3 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -6621,13 +6621,12 @@ You can continue with the current capture, cancel it or save your project.
                           <widget class="Gtk.Table" id="righttable">
                             <property name="MemberName" />
                             <property name="NColumns">2</property>
-                            <property name="Homogeneous">True</property>
                             <property name="RowSpacing">6</property>
                             <property name="ColumnSpacing">6</property>
                             <child>
                               <widget class="Gtk.Label" id="analysislabel">
                                 <property name="MemberName" />
-                                <property name="LabelProp" translatable="yes">Analysis Template:</property>
+                                <property name="LabelProp" translatable="yes">Dashboard</property>
                               </widget>
                               <packing>
                                 <property name="AutoSize">False</property>


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