mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 04:28:59 +02:00
Help dialog updated.
This commit is contained in:
parent
e9297eb131
commit
9dce990e8f
3 changed files with 10 additions and 5 deletions
BIN
interface/resources/images/about-vircadia-logo.png
Normal file
BIN
interface/resources/images/about-vircadia-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
|
@ -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."
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue