amnezia-client/client/ui/qml/Controls/Logo.qml
2021-10-21 19:49:53 +03:00

8 lines
184 B
QML

import QtQuick 2.12
import QtQuick.Controls 2.12
Image {
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottomMargin: 30
source: "qrc:/images/AmneziaVPN.png"
}