Commit a21bd1d9 authored by Don Gagne's avatar Don Gagne

Merge pull request #1220 from DonLakeFlyer/BlackFix

Set Column component size correctly
parents e388f8be 41fa62eb
...@@ -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