Commit 41fa62eb authored by Don Gagne's avatar Don Gagne

Set Column component size correctly

parent 72167dd0
...@@ -24,6 +24,8 @@ Rectangle { ...@@ -24,6 +24,8 @@ Rectangle {
id: disconnectedButtons id: disconnectedButtons
Column { Column {
anchors.fill: parent
spacing: 10 spacing: 10
SetupButton { SetupButton {
...@@ -41,6 +43,8 @@ Rectangle { ...@@ -41,6 +43,8 @@ Rectangle {
id: connectedButtons id: connectedButtons
Column { Column {
anchors.fill: parent
spacing: 10 spacing: 10
SetupButton { SetupButton {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment