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

View file

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