mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
moving majority of save buttons to bottom right corner, graph margin plish
This commit is contained in:
parent
7d41ff54a4
commit
e8c4a03dd5
13 changed files with 76 additions and 51 deletions
|
@ -40,7 +40,7 @@ function tab_initialize_sensors() {
|
|||
return sampleNumber + 1;
|
||||
}
|
||||
|
||||
var margin = {top: 20, right: 20, bottom: 10, left: 40};
|
||||
var margin = {top: 20, right: 10, bottom: 10, left: 40};
|
||||
function updateGraphHelperSize(helpers) {
|
||||
helpers.width = helpers.targetElement.width() - margin.left - margin.right;
|
||||
helpers.height = helpers.targetElement.height() - margin.top - margin.bottom;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue