Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
39710d03
Commit
39710d03
authored
Dec 29, 2015
by
Jeroen Vreeken
Browse files
Display focusbox in 0.1mm resolution
parent
ccd2345e
Changes
1
Show whitespace changes
Inline
Side-by-side
console/js/dt_status.js
View file @
39710d03
...
...
@@ -83,7 +83,7 @@ function dt_status(element_name) {
this
.
val_fb_pos
.
label_set
(
"
Position
"
);
this
.
val_az_pos
.
suffix_set
(
"
°
"
);
this
.
val_el_pos
.
suffix_set
(
"
°
"
);
this
.
val_fb_pos
.
suffix_set
(
"
c
m
"
);
this
.
val_fb_pos
.
suffix_set
(
"
m
m
"
);
this
.
val_t
.
suffix_set
(
"
UTC
"
);
this
.
val_az_north
.
label_set
(
"
North
"
);
this
.
val_az_north
.
suffix_set
(
"
°
"
);
...
...
@@ -146,10 +146,10 @@ function dt_status(element_name) {
this
.
val_fb_pos
.
value_func
=
function
(
value
)
{
return
value
*
10
;
return
value
*
10
0
;
}
this
.
val_fb_pos
.
number_set
(
true
,
0
);
this
.
val_fb_pos
.
number_set
(
true
,
1
);
this
.
val_fb_pos
.
highlight_set
(
true
,
"
yellow
"
,
"
white
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment