diff --git a/buildconfig/BuildConfig.cpp.in b/buildconfig/BuildConfig.cpp.in index 9a065ec1..f908fcbf 100644 --- a/buildconfig/BuildConfig.cpp.in +++ b/buildconfig/BuildConfig.cpp.in @@ -47,7 +47,7 @@ QString Config::versionString() const QString Config::buildInfo() const { - return "

GitHub: Link

" + + return "

GitHub: " + GIT_REPO + "

" + "

Built on " + BUILD_DATE + " for " + BUILD_PLATFORM + " platform.

" + "

Version: " + versionString() + "

"; } diff --git a/dialogs/tab/TabCloseDialog.qml b/dialogs/tab/TabCloseDialog.qml index e944ffbb..28618358 100644 --- a/dialogs/tab/TabCloseDialog.qml +++ b/dialogs/tab/TabCloseDialog.qml @@ -6,8 +6,8 @@ import QFRCDashboard AnimatedDialog { title: "Close Tab?" - width: 200 - height: 170 + width: 250 + height: 185 anchors.centerIn: Overlay.overlay @@ -16,6 +16,7 @@ AnimatedDialog { color: Constants.palette.text text: "Are you sure you want to close this tab?" + wrapMode: Text.WordWrap anchors.fill: parent }