How to make ServerItem to grow to fit contents? Right now ServerItems just overlap each other.
main.qml
import Qt 4.7 import \"Teeworlds\" as Teeworl
You have to set a size explicitly so that two QML elements inside a Row/Column doesn't overlap.