Tweak period label

pull/2/head
Daniel Richman 2012-03-11 19:44:55 +00:00
rodzic e82aa00332
commit 415c488218
2 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -3426,7 +3426,7 @@ if(progdefaults.track_freq_min > i)
progdefaults.changed = true;
}
static void cb_Baud(Fl_Value_Input2* o, void*) {
static void cb_Baud(Fl_Value_Input* o, void*) {
progdefaults.gps_speed = o->value();
progdefaults.changed = true;
dl_fldigi::changed(dl_fldigi::CH_GPS_SETTINGS);
@ -7662,7 +7662,7 @@ d frequency"));
o->align(Fl_Align(FL_ALIGN_LEFT));
o->when(FL_WHEN_RELEASE);
o->value(progdefaults.gps_speed);
} // Fl_Value_Input2* o
} // Fl_Value_Input* o
{ Fl_Button* o = new Fl_Button(290, 195, 170, 25, _("Refresh Device List"));
o->callback((Fl_Callback*)cb_Refresh);
} // Fl_Button* o
@ -7724,7 +7724,7 @@ d frequency"));
o->labelsize(10);
o->align(Fl_Align(FL_ALIGN_WRAP));
} // Fl_Box* o
{ Fl_Box* o = new Fl_Box(380, 225, 105, 35, _("seconds between position updates"));
{ Fl_Box* o = new Fl_Box(380, 220, 105, 35, _("seconds between position updates"));
o->labelsize(10);
o->align(Fl_Align(FL_ALIGN_WRAP));
} // Fl_Box* o

Wyświetl plik

@ -4389,6 +4389,7 @@ dl_fldigi::changed(dl_fldigi::CH_GPS_SETTINGS);
btnApplyConfig->activate();}
xywh {100 225 150 25} type Int
code0 {o->value(progdefaults.gps_speed);}
class Fl_Value_Input
}
Fl_Button {} {
label {Refresh Device List}
@ -4496,7 +4497,7 @@ stationary_alt->do_callback();}
}
Fl_Box {} {
label {seconds between position updates}
xywh {380 225 105 35} labelsize 10 align 128
xywh {380 220 105 35} labelsize 10 align 128
}
Fl_Input stationary_alt {
label Altitude