diff --git a/qgcresources.qrc b/qgcresources.qrc index d74da17b4d82abe46ff89e18880278f360fefee8..ceb5b84449fc5ccf784f17186b93e8d84a888246 100644 --- a/qgcresources.qrc +++ b/qgcresources.qrc @@ -164,6 +164,7 @@ src/FirmwarePlugin/PX4/PX4BrandImage.png + resources/action.svg resources/Antenna_RC.svg resources/Antenna_T.svg resources/ArrowDown.svg @@ -178,6 +179,7 @@ resources/land.svg resources/notile.png resources/Pause.svg + resources/pause-mission.svg resources/Play.svg resources/PowerButton.svg resources/QGCLogoBlack.svg diff --git a/resources/action.svg b/resources/action.svg new file mode 100644 index 0000000000000000000000000000000000000000..a1e5750521d8f35493d3a5316b2dbe11c5645579 --- /dev/null +++ b/resources/action.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/resources/land.svg b/resources/land.svg index c6a1401d0581802ec4ffa15872e01d996136056f..ab979297a1249ed7606c9d41ea1ae85dc40b4b97 100644 --- a/resources/land.svg +++ b/resources/land.svg @@ -4,16 +4,17 @@ viewBox="0 0 72 72" style="enable-background:new 0 0 72 72;" xml:space="preserve"> + - - + + + + + + diff --git a/resources/pause-mission.svg b/resources/pause-mission.svg new file mode 100644 index 0000000000000000000000000000000000000000..9e71416c4a1bb2732c0c44c28a6e452107245944 --- /dev/null +++ b/resources/pause-mission.svg @@ -0,0 +1,10 @@ + + + + + + + diff --git a/resources/rtl.svg b/resources/rtl.svg index 83c67f9b55c058e30f11afc8bb24d561ece1ce05..adb748876f763452b117dce30491a1ecabda2bbb 100644 --- a/resources/rtl.svg +++ b/resources/rtl.svg @@ -3,14 +3,17 @@ + - + - + diff --git a/resources/takeoff.svg b/resources/takeoff.svg index 53f4abc0b61f07610335ed6565e5d4cd17dae2dc..c52ea98d7a093926012081514cfe13c341b910ef 100644 --- a/resources/takeoff.svg +++ b/resources/takeoff.svg @@ -4,16 +4,17 @@ viewBox="0 0 72 72" style="enable-background:new 0 0 72 72;" xml:space="preserve"> + - - + + + + + + diff --git a/src/FlightDisplay/FlightDisplayView.qml b/src/FlightDisplay/FlightDisplayView.qml index 8e6229fff8c9ec05a1f8ac4bebe1907427443af8..ea89c3928e1908acaa78de534a42657cd0cca96b 100644 --- a/src/FlightDisplay/FlightDisplayView.qml +++ b/src/FlightDisplay/FlightDisplayView.qml @@ -406,12 +406,12 @@ QGCView { }, { name: guidedController.pauseTitle, - iconSource: "/res/Pause.svg", + iconSource: "/res/pause-mission.svg", action: guidedController.actionPause }, { name: qsTr("Action"), - iconSource: "/qmlimages/MapCenter.svg", + iconSource: "/res/action.svg", action: -1 }, /*