import QtQuick 2.0

Item {
    width: 100
    height: 62

    x: Math.max(0, 200)
}

