[chronojump] ForceSensorExercise label_detect_repetitions in bold
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] ForceSensorExercise label_detect_repetitions in bold
- Date: Wed, 10 Mar 2021 16:13:32 +0000 (UTC)
commit 0147790c0c486a4d98bbbbac26e79c551a0defa8
Author: Xavier de Blas <xaviblas gmail com>
Date: Wed Mar 10 17:10:16 2021 +0100
ForceSensorExercise label_detect_repetitions in bold
src/gui/forceSensorExercise.cs | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/src/gui/forceSensorExercise.cs b/src/gui/forceSensorExercise.cs
index 2418c781..57c80769 100644
--- a/src/gui/forceSensorExercise.cs
+++ b/src/gui/forceSensorExercise.cs
@@ -74,6 +74,7 @@ public class ForceSensorExerciseWindow
[Widget] Gtk.SpinButton spin_body_mass_add;
//repetitions tab
+ [Widget] Gtk.Label label_detect_repetitions;
[Widget] Gtk.CheckButton check_show_ecc;
[Widget] Gtk.CheckButton check_detect_repetitions_from_prefs;
[Widget] Gtk.HBox hbox_detect_repetitions_preferences;
@@ -261,11 +262,13 @@ public class ForceSensorExerciseWindow
label_force.Text = "<b>" + label_force.Text + "</b>";
label_fixation.Text = "<b>" + label_fixation.Text + "</b>";
label_mass.Text = "<b>" + label_mass.Text + "</b>";
+ label_detect_repetitions.Text = "<b>" + label_detect_repetitions.Text + "</b>";
label_other.Text = "<b>" + label_other.Text + "</b>";
label_force.UseMarkup = true;
label_fixation.UseMarkup = true;
label_mass.UseMarkup = true;
+ label_detect_repetitions.UseMarkup = true;
label_other.UseMarkup = true;
// 2. textviews of explanations of each page
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]