[longomatch] Place correctly zoom in/out images in the timeline zoom



commit 0868ae5eaf58643d2184a8d92010a6576ec515db
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Apr 28 12:37:32 2015 +0200

    Place correctly zoom in/out images in the timeline zoom

 .../gtk-gui/LongoMatch.Gui.Component.Timeline.cs   |   28 ++++++++++----------
 LongoMatch.GUI/gtk-gui/gui.stetic                  |    4 +-
 2 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.Timeline.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.Timeline.cs
index 6208f8f..84707b0 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.Timeline.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.Timeline.cs
@@ -18,11 +18,11 @@ namespace LongoMatch.Gui.Component
                
                private global::Gtk.HBox zoomhbox;
                
-               private global::Gtk.Image zoominimage;
+               private global::Gtk.Image zoomoutimage;
                
                private global::Gtk.HScale focusscale;
                
-               private global::Gtk.Image zoomoutimage;
+               private global::Gtk.Image zoominimage;
                
                private global::Gtk.VBox vbox1;
                
@@ -76,12 +76,12 @@ namespace LongoMatch.Gui.Component
                        this.zoomhbox.Name = "zoomhbox";
                        this.zoomhbox.Spacing = 6;
                        // Container child zoomhbox.Gtk.Box+BoxChild
-                       this.zoominimage = new global::Gtk.Image ();
-                       this.zoominimage.WidthRequest = 14;
-                       this.zoominimage.HeightRequest = 8;
-                       this.zoominimage.Name = "zoominimage";
-                       this.zoomhbox.Add (this.zoominimage);
-                       global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.zoomhbox 
[this.zoominimage]));
+                       this.zoomoutimage = new global::Gtk.Image ();
+                       this.zoomoutimage.WidthRequest = 14;
+                       this.zoomoutimage.HeightRequest = 8;
+                       this.zoomoutimage.Name = "zoomoutimage";
+                       this.zoomhbox.Add (this.zoomoutimage);
+                       global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.zoomhbox 
[this.zoomoutimage]));
                        w5.Position = 0;
                        w5.Expand = false;
                        w5.Fill = false;
@@ -100,12 +100,12 @@ namespace LongoMatch.Gui.Component
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.zoomhbox 
[this.focusscale]));
                        w6.Position = 1;
                        // Container child zoomhbox.Gtk.Box+BoxChild
-                       this.zoomoutimage = new global::Gtk.Image ();
-                       this.zoomoutimage.WidthRequest = 14;
-                       this.zoomoutimage.HeightRequest = 8;
-                       this.zoomoutimage.Name = "zoomoutimage";
-                       this.zoomhbox.Add (this.zoomoutimage);
-                       global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.zoomhbox 
[this.zoomoutimage]));
+                       this.zoominimage = new global::Gtk.Image ();
+                       this.zoominimage.WidthRequest = 14;
+                       this.zoominimage.HeightRequest = 8;
+                       this.zoominimage.Name = "zoominimage";
+                       this.zoomhbox.Add (this.zoominimage);
+                       global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.zoomhbox 
[this.zoominimage]));
                        w7.Position = 2;
                        w7.Expand = false;
                        w7.Fill = false;
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index 295bbc4..59ffccd 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -9686,7 +9686,7 @@ You can continue with the current capture, cancel it or save your project.
                 <property name="MemberName" />
                 <property name="Spacing">6</property>
                 <child>
-                  <widget class="Gtk.Image" id="zoominimage">
+                  <widget class="Gtk.Image" id="zoomoutimage">
                     <property name="MemberName" />
                     <property name="WidthRequest">14</property>
                     <property name="HeightRequest">8</property>
@@ -9716,7 +9716,7 @@ You can continue with the current capture, cancel it or save your project.
                   </packing>
                 </child>
                 <child>
-                  <widget class="Gtk.Image" id="zoomoutimage">
+                  <widget class="Gtk.Image" id="zoominimage">
                     <property name="MemberName" />
                     <property name="WidthRequest">14</property>
                     <property name="HeightRequest">8</property>


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