[chronojump] Moved button_inspect_last_test_run_intervallic at side of realtime capture graph
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Moved button_inspect_last_test_run_intervallic at side of realtime capture graph
- Date: Mon, 27 Sep 2021 12:01:50 +0000 (UTC)
commit 5e0618e2524c8c4f77b17f3aad307c062a07387b
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Sep 27 14:00:07 2021 +0200
Moved button_inspect_last_test_run_intervallic at side of realtime capture graph
glade/app1.glade | 48 +++++++++++++++++++++++-----------------------
src/gui/app1/chronojump.cs | 2 +-
2 files changed, 25 insertions(+), 25 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index 4140fe63f..540dc2e44 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -7754,6 +7754,28 @@ EncoderInertialCapture</property>
<property name="position">0</property>
</packing>
</child>
+ <child>
+ <widget class="GtkButton"
id="button_inspect_last_test_run_intervallic">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="has_tooltip">True</property>
+ <property name="tooltip"
translatable="yes">Inspect</property>
+ <signal name="clicked"
handler="on_button_inspect_last_test_clicked" swapped="no"/>
+ <child>
+ <widget class="GtkImage"
id="image_test_inspect1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property
name="stock">gtk-missing-image</property>
+ </widget>
+ </child>
+ </widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
</widget>
<packing>
<property name="expand">False</property>
@@ -7960,28 +7982,6 @@ EncoderInertialCapture</property>
</packing>
</child>
<child>
- <widget class="GtkButton"
id="button_inspect_last_test_run_intervallic">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="has_tooltip">True</property>
- <property name="tooltip"
translatable="yes">Inspect</property>
- <signal name="clicked"
handler="on_button_inspect_last_test_clicked" swapped="no"/>
- <child>
- <widget class="GtkImage"
id="image_test_inspect1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property
name="stock">gtk-missing-image</property>
- </widget>
- </child>
- </widget>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">2</property>
- </packing>
- </child>
- <child>
<widget class="GtkVBox"
id="vbox_contacts_simple_graph_controls">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -8090,7 +8090,7 @@ EncoderInertialCapture</property>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
- <property name="position">3</property>
+ <property name="position">2</property>
</packing>
</child>
<child>
@@ -8190,7 +8190,7 @@ EncoderInertialCapture</property>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="pack_type">end</property>
- <property name="position">4</property>
+ <property name="position">3</property>
</packing>
</child>
</widget>
diff --git a/src/gui/app1/chronojump.cs b/src/gui/app1/chronojump.cs
index 62bdb6b42..f5fb3bc58 100644
--- a/src/gui/app1/chronojump.cs
+++ b/src/gui/app1/chronojump.cs
@@ -3606,12 +3606,12 @@ public partial class ChronoJumpWindow
}
else
{
- button_inspect_last_test_run_intervallic.Visible = true;
notebooks_change(m);
button_contacts_bells.Sensitive = true;
on_extra_window_runs_interval_test_changed(new object(), new EventArgs());
event_execute_drawingarea_realtime_capture_cairo.Visible = true;
vbox_event_execute_drawingarea_realtime_capture_cairo.Visible = true;
+ button_inspect_last_test_run_intervallic.Visible = true;
event_graph_label_graph_test.Visible = false;
vbox_contacts_simple_graph_controls.Visible = true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]