mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Improve thumbnail rendering
This commit is contained in:
parent
14466540f5
commit
ef436cafbb
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
// Copyright (c) 2018 Ultimaker B.V.
|
||||
// Toolbox is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
import QtQuick 2.2
|
||||
import QtQuick 2.3
|
||||
import QtQuick.Controls 1.4
|
||||
import QtQuick.Controls.Styles 1.4
|
||||
import QtQuick.Layouts 1.3
|
||||
|
@ -38,6 +38,7 @@ Item
|
|||
height: UM.Theme.getSize("toolbox_thumbnail_small").height - 26
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: model.icon_url || "../images/logobot.svg"
|
||||
mipmap: true
|
||||
}
|
||||
}
|
||||
Column
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue