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

Set Column component size correctly

parent 72167dd0
......@@ -24,6 +24,8 @@ Rectangle {
id: disconnectedButtons
Column {
anchors.fill: parent
spacing: 10
SetupButton {
......@@ -41,6 +43,8 @@ Rectangle {
id: connectedButtons
Column {
anchors.fill: parent
spacing: 10
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