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 {
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