amnezia-client/client/ui/qml/Controls/Logo.qml
2021-09-20 21:51:28 +03:00

11 lines
255 B
QML

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