1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

Change welcome plugin to use Steve's system icons

This commit is contained in:
David Ankers 2012-08-01 02:51:34 +10:00
parent 67ba889659
commit 5da204f4b7
2 changed files with 4 additions and 2 deletions

View File

@ -61,8 +61,8 @@ Rectangle {
}
WelcomePageButton {
baseIconName: "planner"
label: "Flight Planner"
baseIconName: "system"
label: "System"
onClicked: welcomePlugin.openPage("System")
}

View File

@ -22,5 +22,7 @@
<file>qml/images/planner-off.png</file>
<file>qml/images/scopes-on.png</file>
<file>qml/images/scopes-off.png</file>
<file>qml/images/system-on.png</file>
<file>qml/images/system-off.png</file>
</qresource>
</RCC>