Skip to content

Commit

Permalink
final UI fixes
Browse files Browse the repository at this point in the history
Signed-off-by: swurl <[email protected]>
  • Loading branch information
crueter committed Dec 27, 2024
1 parent f9734a7 commit b62abf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildconfig/BuildConfig.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ QString Config::versionString() const

QString Config::buildInfo() const
{
return "<p>GitHub: <a href=" + GIT_REPO + ">Link</a></p>" +
return "<p>GitHub: <a href=" + GIT_REPO + ">" + GIT_REPO + "</a></p>" +
"<p>Built on " + BUILD_DATE + " for " + BUILD_PLATFORM + " platform.</p>" +
"<p>Version: " + versionString() + "</p>";
}
5 changes: 3 additions & 2 deletions dialogs/tab/TabCloseDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import QFRCDashboard
AnimatedDialog {
title: "Close Tab?"

width: 200
height: 170
width: 250
height: 185

anchors.centerIn: Overlay.overlay

Expand All @@ -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
}

Expand Down

0 comments on commit b62abf6

Please sign in to comment.