[chronojump] Added inertial half_rolled image. Improved rolled image
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Added inertial half_rolled image. Improved rolled image
- Date: Thu, 30 Mar 2017 17:38:42 +0000 (UTC)
commit 897524dff63c76378ec5c99867ded3ffe8dcdcc1
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Mar 30 19:38:13 2017 +0200
Added inertial half_rolled image. Improved rolled image
glade/app1.glade | 12 ++++++++++++
images/md/inertial_half_rolled.png | Bin 0 -> 515 bytes
images/md/inertial_rolled.png | Bin 591 -> 563 bytes
src/Makefile.am | 1 +
src/gui/chronojumpIcons.cs | 3 +++
5 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index c508aa9..0cb869b 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -16391,6 +16391,18 @@ then click this button.</property>
<property name="position">1</property>
</packing>
</child>
+ <child>
+ <widget class="GtkImage"
id="image_inertial_half_rolled">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property
name="stock">gtk-missing-image</property>
+ </widget>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
</widget>
<packing>
<property name="expand">True</property>
diff --git a/images/md/inertial_half_rolled.png b/images/md/inertial_half_rolled.png
new file mode 100644
index 0000000..32f4334
Binary files /dev/null and b/images/md/inertial_half_rolled.png differ
diff --git a/images/md/inertial_rolled.png b/images/md/inertial_rolled.png
index b79d6ac..1cfedfe 100644
Binary files a/images/md/inertial_rolled.png and b/images/md/inertial_rolled.png differ
diff --git a/src/Makefile.am b/src/Makefile.am
index 2abbf58..77eb331 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -391,6 +391,7 @@ RESOURCES = \
../images/md/ic_keyboard_arrow_up_blue_24dp_1x.png,image_up.png \
../images/md/ic_keyboard_arrow_down_blue_24dp_1x.png,image_down.png \
../images/md/inertial_rolled.png,inertial_rolled.png \
+ ../images/md/inertial_half_rolled.png,inertial_half_rolled.png \
../images/md/inertial_extended.png,inertial_extended.png \
../images/chronojump_icon.png,chronojump_icon.png \
../images/chronojump_icon_graph.png,chronojump_icon_graph.png \
diff --git a/src/gui/chronojumpIcons.cs b/src/gui/chronojumpIcons.cs
index c138a1c..cbacfa7 100644
--- a/src/gui/chronojumpIcons.cs
+++ b/src/gui/chronojumpIcons.cs
@@ -69,6 +69,7 @@ public partial class ChronoJumpWindow
[Widget] Gtk.Image image_encoder_1RM_info;
//[Widget] Gtk.Image image_encoder_exercise_close;
[Widget] Gtk.Image image_inertial_rolled;
+ [Widget] Gtk.Image image_inertial_half_rolled;
[Widget] Gtk.Image image_inertial_extended;
private void putNonStandardIcons()
@@ -195,6 +196,8 @@ public partial class ChronoJumpWindow
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "inertial_rolled.png");
image_inertial_rolled.Pixbuf = pixbuf;
+ pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "inertial_half_rolled.png");
+ image_inertial_half_rolled.Pixbuf = pixbuf;
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "inertial_extended.png");
image_inertial_extended.Pixbuf = pixbuf;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]