[longomatch] Make capture buttons smaller
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Make capture buttons smaller
- Date: Wed, 24 Sep 2014 20:29:07 +0000 (UTC)
commit 138cde0e580def283d7dc636ff0ffb88fc9087b3
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Wed Sep 10 16:52:47 2014 +0200
Make capture buttons smaller
.../gtk-gui/LongoMatch.Gui.CapturerBin.cs | 8 ++++----
LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.CapturerBin.cs
b/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.CapturerBin.cs
index 144defe..e413b30 100644
--- a/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.CapturerBin.cs
+++ b/LongoMatch.GUI.Multimedia/gtk-gui/LongoMatch.Gui.CapturerBin.cs
@@ -61,7 +61,7 @@ namespace LongoMatch.Gui
w3.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Image w4 = new global::Gtk.Image ();
- w4.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-record",
global::Gtk.IconSize.Dialog);
+ w4.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-record",
global::Gtk.IconSize.Menu);
w3.Add (w4);
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Label w6 = new global::Gtk.Label ();
@@ -85,7 +85,7 @@ namespace LongoMatch.Gui
w12.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Image w13 = new global::Gtk.Image ();
- w13.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-stop",
global::Gtk.IconSize.Dialog);
+ w13.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-stop",
global::Gtk.IconSize.Menu);
w12.Add (w13);
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Label w15 = new global::Gtk.Label ();
@@ -109,7 +109,7 @@ namespace LongoMatch.Gui
w21.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Image w22 = new global::Gtk.Image ();
- w22.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-ok",
global::Gtk.IconSize.Dialog);
+ w22.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-ok",
global::Gtk.IconSize.Menu);
w21.Add (w22);
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Label w24 = new global::Gtk.Label ();
@@ -134,7 +134,7 @@ namespace LongoMatch.Gui
w30.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Image w31 = new global::Gtk.Image ();
- w31.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-stop",
global::Gtk.IconSize.Dialog);
+ w31.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-stop",
global::Gtk.IconSize.Menu);
w30.Add (w31);
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Label w33 = new global::Gtk.Label ();
diff --git a/LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic b/LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic
index cbd7fe8..e94ef6f 100644
--- a/LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI.Multimedia/gtk-gui/gui.stetic
@@ -475,7 +475,7 @@
<property name="MemberName" />
<property name="Tooltip" translatable="yes">Start capturing new period</property>
<property name="Type">TextAndIcon</property>
- <property name="Icon">stock:gtk-media-record Dialog</property>
+ <property name="Icon">stock:gtk-media-record Menu</property>
<property name="Label" translatable="yes" />
<property name="UseUnderline">True</property>
</widget>
@@ -492,7 +492,7 @@
<property name="Visible">False</property>
<property name="Tooltip" translatable="yes">Stop capturing current
period</property>
<property name="Type">TextAndIcon</property>
- <property name="Icon">stock:gtk-media-stop Dialog</property>
+ <property name="Icon">stock:gtk-media-stop Menu</property>
<property name="Label" translatable="yes" />
<property name="UseUnderline">True</property>
</widget>
@@ -509,7 +509,7 @@
<property name="Visible">False</property>
<property name="Tooltip" translatable="yes">End capture</property>
<property name="Type">TextAndIcon</property>
- <property name="Icon">stock:gtk-ok Dialog</property>
+ <property name="Icon">stock:gtk-ok Menu</property>
<property name="Label" translatable="yes" />
<property name="UseUnderline">True</property>
</widget>
@@ -526,7 +526,7 @@
<property name="Tooltip" translatable="yes">Close current capture</property>
<property name="CanFocus">True</property>
<property name="Type">TextAndIcon</property>
- <property name="Icon">stock:gtk-stop Dialog</property>
+ <property name="Icon">stock:gtk-stop Menu</property>
<property name="Label" translatable="yes" />
<property name="UseUnderline">True</property>
</widget>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]