[chronojump/michrolab] load session win removed race analyzer icon (races icon also includes it)
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump/michrolab] load session win removed race analyzer icon (races icon also includes it)
- Date: Thu, 14 Jul 2022 16:37:52 +0000 (UTC)
commit 94fd37074767a29d23431377522e403b73578319
Author: Xavier de Blas <xaviblas gmail com>
Date: Wed Jun 1 11:07:13 2022 +0200
load session win removed race analyzer icon (races icon also includes it)
glade/app1.glade | 24 ------------------------
src/gui/app1/icons.cs | 1 -
src/gui/app1/session/main.cs | 1 -
3 files changed, 26 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index b46fa257a..c50681303 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -43601,35 +43601,11 @@ then click this button.</property>
<property name="draw_indicator">False</property>
<signal name="toggled"
handler="app1s_on_checkbutton_show_data_toggled" swapped="no"/>
<child>
- <widget class="GtkHBox" id="hbox405">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="spacing">2</property>
- <child>
<widget class="GtkImage"
id="app1s_image_show_data_runs">
<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">True</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <widget class="GtkImage"
id="app1s_image_show_data_run_encoder">
- <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">True</property>
- <property name="position">1</property>
- </packing>
- </child>
- </widget>
</child>
</widget>
<packing>
diff --git a/src/gui/app1/icons.cs b/src/gui/app1/icons.cs
index d2b168083..53b78b575 100644
--- a/src/gui/app1/icons.cs
+++ b/src/gui/app1/icons.cs
@@ -393,7 +393,6 @@ public partial class ChronoJumpWindow
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_run.png");
app1s_image_show_data_runs.Pixbuf = pixbuf;
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "race_encoder_icon.png");
- app1s_image_show_data_run_encoder.Pixbuf = pixbuf;
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "force_sensor_icon.png");
app1s_image_show_data_force_sensor.Pixbuf = pixbuf;
diff --git a/src/gui/app1/session/main.cs b/src/gui/app1/session/main.cs
index 8a86fe487..4817604ea 100644
--- a/src/gui/app1/session/main.cs
+++ b/src/gui/app1/session/main.cs
@@ -69,7 +69,6 @@ public partial class ChronoJumpWindow
[Widget] Gtk.Image app1s_image_show_data_persons;
[Widget] Gtk.Image app1s_image_show_data_jumps;
[Widget] Gtk.Image app1s_image_show_data_runs;
- [Widget] Gtk.Image app1s_image_show_data_run_encoder;
[Widget] Gtk.Image app1s_image_show_data_force_sensor;
[Widget] Gtk.Image app1s_image_show_data_encoder_grav;
[Widget] Gtk.Image app1s_image_show_data_encoder_inertial;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]