Skip to content

Commit

Permalink
Sync submodules with external projects
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaRogachev committed May 8, 2019
1 parent ddc5522 commit 8b9fdb6
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 139 deletions.
36 changes: 0 additions & 36 deletions resources/icons/bank_left.svg

This file was deleted.

35 changes: 0 additions & 35 deletions resources/icons/bank_right.svg

This file was deleted.

30 changes: 0 additions & 30 deletions resources/icons/yaw_left.svg

This file was deleted.

30 changes: 0 additions & 30 deletions resources/icons/yaw_right.svg

This file was deleted.

4 changes: 0 additions & 4 deletions resources/resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@
<file>icons/left_left.svg</file>
<file>icons/right.svg</file>
<file>icons/right_right.svg</file>
<file>icons/bank_left.svg</file>
<file>icons/bank_right.svg</file>
<file>icons/yaw_left.svg</file>
<file>icons/yaw_right.svg</file>
<file>icons/show.svg</file>
<file>icons/hide.svg</file>
<file>icons/show_dashboard.svg</file>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ BaseInstrument {
Controls.Button {
anchors.top: parent.top
anchors.left: compass.left
iconSource: "qrc:/icons/yaw_left.svg"
iconSource: "qrc:/icons/ind_yaw_left.svg"
flat: true
round: true
autoRepeat: true
Expand All @@ -126,7 +126,7 @@ BaseInstrument {
Controls.Button {
anchors.top: parent.top
anchors.right: compass.right
iconSource: "qrc:/icons/yaw_right.svg"
iconSource: "qrc:/icons/ind_yaw_right.svg"
flat: true
round: true
autoRepeat: true
Expand Down

0 comments on commit 8b9fdb6

Please sign in to comment.