Moved Pexels API Requests to API Proxy. Closes #11
This commit is contained in:
@@ -10,7 +10,6 @@ Item
|
||||
property alias selectedFile: searchModel.lastSavedFile
|
||||
|
||||
id: mainItem
|
||||
anchors.fill: parent
|
||||
|
||||
Komplex.PexelsImageSearchModel
|
||||
{
|
||||
@@ -19,8 +18,7 @@ Item
|
||||
|
||||
ColumnLayout
|
||||
{
|
||||
width: mainItem.width
|
||||
height: mainItem.height
|
||||
anchors.fill: parent
|
||||
|
||||
RowLayout
|
||||
{
|
||||
|
||||
@@ -408,7 +408,7 @@ Item
|
||||
visible: !mediaPlayer.playing
|
||||
anchors.fill: parent
|
||||
|
||||
fillMode: Image.PreserveAspectFill
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: downloadDialog.thumbnail
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user