[longomatch] Use the right icon for centering the timelines
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Use the right icon for centering the timelines
- Date: Wed, 24 Sep 2014 20:22:26 +0000 (UTC)
commit 92d26392cee23076acd3dca430d765eaf329778e
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Sep 2 15:55:45 2014 +0200
Use the right icon for centering the timelines
.../gtk-gui/LongoMatch.Gui.Component.Timeline.cs | 3 +--
LongoMatch.GUI/gtk-gui/gui.stetic | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.Timeline.cs
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.Timeline.cs
index d8de2f3..f9dfa30 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.Timeline.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Component.Timeline.cs
@@ -43,7 +43,7 @@ namespace LongoMatch.Gui.Component
w2.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Image w3 = new global::Gtk.Image ();
- w3.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-zoom-fit",
global::Gtk.IconSize.Menu);
+ w3.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "longomatch-dash-center-view",
global::Gtk.IconSize.Menu);
w2.Add (w3);
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Label w5 = new global::Gtk.Label ();
@@ -53,7 +53,6 @@ namespace LongoMatch.Gui.Component
this.hbox2.Add (this.focusbutton);
global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2
[this.focusbutton]));
w9.Position = 0;
- w9.Fill = false;
this.vbox4.Add (this.hbox2);
global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
w10.Position = 0;
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index b0a9b9a..10e94d7 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -9755,14 +9755,13 @@ You can continue with the current capture, cancel it or save your project.
<widget class="Gtk.Button" id="focusbutton">
<property name="MemberName" />
<property name="Type">TextAndIcon</property>
- <property name="Icon">stock:gtk-zoom-fit Menu</property>
+ <property name="Icon">stock:longomatch-dash-center-view Menu</property>
<property name="Label" translatable="yes" />
<property name="UseUnderline">True</property>
</widget>
<packing>
<property name="Position">0</property>
<property name="AutoSize">False</property>
- <property name="Fill">False</property>
</packing>
</child>
</widget>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]