Skip to content

Commit 583ff8f

Browse files
13r0ckjackpot51
authored andcommitted
set default value for nelson test 3 to 100
1 parent 6a55e49 commit 583ff8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/testing.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ impl ObjectImpl for TestingInner {
154154

155155
let num_runs_spin_2 = gtk::SpinButton::with_range(1.0, 1000.0, 1.0);
156156
let num_runs_spin_3 = gtk::SpinButton::with_range(1.0, 1000.0, 1.0);
157+
num_runs_spin_3.set_value(100.0);
158+
157159
let test_buttons = [
158160
gtk::Button::with_label(&fl!("button-test")),
159161
gtk::Button::with_label(&fl!("button-test")),

0 commit comments

Comments
 (0)