diff --git a/AppLink.qml b/AppLink.qml index 4620b73..7af3625 100644 --- a/AppLink.qml +++ b/AppLink.qml @@ -2,14 +2,14 @@ import QtQuick import QtQuick.Controls.Basic Text { - font.underline: true - color: "blue" + font.underline: true + color: "blue" - signal clicked() + signal clicked - MouseArea { - id: mouseArea - anchors.fill: parent - onClicked: parent.clicked() - } + MouseArea { + id: mouseArea + anchors.fill: parent + onClicked: parent.clicked() + } } diff --git a/gallery/Main.qml b/gallery/Main.qml index 45f5098..ffa5615 100644 --- a/gallery/Main.qml +++ b/gallery/Main.qml @@ -107,10 +107,10 @@ AppWindow { } AppLink { - text: "flowy.live" - onClicked: { - Qt.openUrlExternally("https://flowy.live") - } + text: "flowy.live" + onClicked: { + Qt.openUrlExternally("https://flowy.live"); + } } AppImage {