qmlFrontend/qml/qmlFrontend/LobbyPage.qml
branchqmlfrontend
changeset 11420 05cf35103206
child 11423 091149424aa4
equal deleted inserted replaced
11418:ffff8a0d1a76 11420:05cf35103206
       
     1 import QtQuick 2.0
       
     2 
       
     3 Rectangle {
       
     4 
       
     5     Chat {
       
     6         x: 0;
       
     7         y: 100;
       
     8         width: parent.width;
       
     9         height: parent.height - y;
       
    10     }
       
    11 }
       
    12 
       
    13