Skip to content
Snippets Groups Projects
Commit 9bc3890c authored by Daniel Smith's avatar Daniel Smith
Browse files

fixed vertical element spacing.

parent e6683c27
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,6 @@ Window { ...@@ -162,7 +162,6 @@ Window {
OpacityAnimator { OpacityAnimator {
from: 0.1 from: 0.1
to: 0.5 to: 0.5
running: true
duration: 30000 duration: 30000
} }
} }
...@@ -213,9 +212,9 @@ Window { ...@@ -213,9 +212,9 @@ Window {
// Main visiable elements // Main visiable elements
Column { Column {
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
spacing: 90
Row{ Row{
QUItBattery { QUItBattery {
id: battery id: battery
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment