amnezia-client/client/ui/qml/Controls/Logo.qml
Pokamest Nikak 3175bc1e48 QML Fixes
2021-09-08 21:24:09 +03:00

12 lines
289 B
QML

import QtQuick 2.12
import QtQuick.Controls 2.12
Image {
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottom: parent.bottom
anchors.bottomMargin: 30
// width: GC.trW(150)
// height: GC.trH(22)
// y: GC.trY(590)
source: "qrc:/images/AmneziaVPN.png"
}