fix(StatusChartPanel): updated left spacing (#907)

This commit is contained in:
Alexandra Betouni 2022-09-14 18:43:42 +03:00 committed by Michał Cieślak
parent 61fd7ab8d5
commit 6112143a3c
2 changed files with 3 additions and 3 deletions

View File

@ -158,7 +158,7 @@ Item {
ticks: { ticks: {
fontSize: 10, fontSize: 10,
fontColor: (Theme.palette.name === "dark") ? '#909090' : '#939BA1', fontColor: (Theme.palette.name === "dark") ? '#909090' : '#939BA1',
padding: 16, padding: 16
} }
}], }],
yAxes: [{ yAxes: [{
@ -177,7 +177,7 @@ Item {
ticks: { ticks: {
fontSize: 10, fontSize: 10,
fontColor: (Theme.palette.name === "dark") ? '#909090' : '#939BA1', fontColor: (Theme.palette.name === "dark") ? '#909090' : '#939BA1',
padding: 24, padding: 8,
min: d.minStep, min: d.minStep,
max: d.maxStep, max: d.maxStep,
stepSize: d.stepSize, stepSize: d.stepSize,

View File

@ -123,7 +123,7 @@ Page {
height: childrenRect.height height: childrenRect.height
RowLayout { RowLayout {
anchors.left: parent.left anchors.left: parent.left
anchors.leftMargin: 40 anchors.leftMargin: 46
anchors.right: parent.right anchors.right: parent.right
StatusTabBar { StatusTabBar {
id: graphsTabBar id: graphsTabBar