Help dialog updated.

This commit is contained in:
Kasen IO 2020-04-07 18:48:24 -04:00
parent e9297eb131
commit 9dce990e8f
3 changed files with 10 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View file

@ -23,9 +23,9 @@ Rectangle {
spacing: 5
Image {
sourceSize.width: 295
sourceSize.height: 75
source: "../../../images/about-projectathena.png"
sourceSize.width: 358
sourceSize.height: 65
source: "../../../images/about-vircadia-logo.png"
}
Item { height: 30; width: 1 }
Column {
@ -114,6 +114,11 @@ Rectangle {
}
}
Item { height: 20; width: 1 }
RalewayRegular {
color: "white"
text: "© 2020 Vircadia Contributors."
size: 14
}
RalewayRegular {
color: "white"
text: "© 2019 - 2020 Project Athena Contributors."

View file

@ -768,8 +768,8 @@ Menu::Menu() {
// Help/Application menu ----------------------------------
MenuWrapper * helpMenu = addMenu("Help");
// Help > About Project Athena
action = addActionToQMenuAndActionHash(helpMenu, "About Project Athena");
// Help > About Vircadia
action = addActionToQMenuAndActionHash(helpMenu, "About Vircadia");
connect(action, &QAction::triggered, [] {
qApp->showDialog(QString("hifi/dialogs/AboutDialog.qml"),
QString("hifi/dialogs/TabletAboutDialog.qml"), "AboutDialog");