Move the PC SVGs back where they belong

This commit is contained in:
Cameron Gutman 2018-07-08 23:27:20 -07:00
parent 98b76d3203
commit a56d27e3f2
5 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ GridView {
id: pcIcon
anchors.horizontalCenter: parent.horizontalCenter;
source: {
model.addPc ? "ic_add_to_queue_white_48px.svg" : "ic_tv_white_48px.svg"
model.addPc ? "qrc:/res/ic_add_to_queue_white_48px.svg" : "qrc:/res/ic_tv_white_48px.svg"
}
sourceSize {
width: 200

View File

@ -2,8 +2,6 @@
<qresource prefix="/">
<file>gui/main.qml</file>
<file>gui/PcView.qml</file>
<file>gui/ic_tv_white_48px.svg</file>
<file>gui/ic_add_to_queue_white_48px.svg</file>
<file>gui/AppView.qml</file>
<file>gui/SettingsView.qml</file>
<file>gui/StreamSegue.qml</file>

View File

Before

Width:  |  Height:  |  Size: 313 B

After

Width:  |  Height:  |  Size: 313 B

View File

Before

Width:  |  Height:  |  Size: 273 B

After

Width:  |  Height:  |  Size: 273 B

View File

@ -4,6 +4,8 @@
<file>res/ic_remove_circle_outline_white_48px.svg</file>
<file>res/ic_remove_from_queue_white_48px.svg</file>
<file>res/ic_videogame_asset_white_48px.svg</file>
<file>res/ic_tv_white_48px.svg</file>
<file>res/ic_add_to_queue_white_48px.svg</file>
<file>res/no_app_image.png</file>
<file>res/settings.png</file>
<file>res/question_mark.png</file>