visual fixes for jog distance slider
This commit is contained in:
parent
c097815a15
commit
77a827d5b1
2 changed files with 5 additions and 1 deletions
|
|
@ -1615,4 +1615,8 @@ input.search-query,
|
|||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#control_btns .distance {
|
||||
min-height:24px;
|
||||
}
|
||||
|
|
@ -286,7 +286,7 @@ function ControlViewModel(loginStateViewModel, settingsViewModel, printerStateVi
|
|||
value: 3,
|
||||
enabled: true,
|
||||
formatter: function(value) { return self._jogDistanceMapping[value] +"mm"; }
|
||||
}).on("slideStop", self.updateJogDistance);
|
||||
}).on("slide", self.updateJogDistance);
|
||||
self.updateJogDistance();
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue