[chronojump] image_extra_mass on encoder capture options
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] image_extra_mass on encoder capture options
- Date: Sat, 10 Jun 2017 01:00:41 +0000 (UTC)
commit 87560c0139529689402e7e0599acef179d8f43d9
Author: Xavier de Blas <xaviblas gmail com>
Date: Fri Jun 9 12:26:29 2017 -0300
image_extra_mass on encoder capture options
glade/app1.glade | 25 ++++++++++++++++++++++---
src/gui/chronojumpIcons.cs | 2 ++
2 files changed, 24 insertions(+), 3 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index 553bf34..b7d7f21 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -1272,6 +1272,9 @@
<placeholder/>
</child>
<child>
+ <placeholder/>
+ </child>
+ <child>
<widget class="GtkLabel"
id="label_start_selector_jumps">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -14773,7 +14776,7 @@ Concentric</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
- <widget class="GtkImage" id="image_extra_mass">
+ <widget class="GtkImage"
id="image_top_extra_mass">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip"
translatable="yes">Extra mass</property>
@@ -16038,6 +16041,19 @@ Concentric</property>
<property name="tooltip"
translatable="yes">Extra mass</property>
<property name="spacing">12</property>
<child>
+ <widget class="GtkImage" id="image_extra_mass">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="tooltip"
translatable="yes">Extra mass</property>
+ <property
name="stock">gtk-missing-image</property>
+ </widget>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
<widget class="GtkLabel"
id="label_encoder_extra_weight_text">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -16046,7 +16062,7 @@ Concentric</property>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">0</property>
+ <property name="position">1</property>
</packing>
</child>
<child>
@@ -16069,7 +16085,7 @@ Concentric</property>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
- <property name="position">1</property>
+ <property name="position">2</property>
</packing>
</child>
</widget>
@@ -20388,6 +20404,9 @@ then click this button.</property>
<child>
<placeholder/>
</child>
+ <child>
+ <placeholder/>
+ </child>
</widget>
<packing>
<property name="expand">False</property>
diff --git a/src/gui/chronojumpIcons.cs b/src/gui/chronojumpIcons.cs
index 293c580..8e5d384 100644
--- a/src/gui/chronojumpIcons.cs
+++ b/src/gui/chronojumpIcons.cs
@@ -71,6 +71,7 @@ public partial class ChronoJumpWindow
[Widget] Gtk.Image image_muscle;
[Widget] Gtk.Image image_top_laterality;
[Widget] Gtk.Image image_laterality;
+ [Widget] Gtk.Image image_top_extra_mass;
[Widget] Gtk.Image image_extra_mass;
[Widget] Gtk.Image image_recalculate;
[Widget] Gtk.Image image_encoder_configuration;
@@ -132,6 +133,7 @@ public partial class ChronoJumpWindow
image_laterality.Pixbuf = pixbuf;
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "extra-mass.png");
+ image_top_extra_mass.Pixbuf = pixbuf;
image_extra_mass.Pixbuf = pixbuf;
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_gravity.png");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]