Merge branch 'split_bundled_unbundled_option_2' of github.com:Ultimaker/Cura

This commit is contained in:
Jaime van Kessel 2020-04-02 14:34:17 +02:00
commit 8ba71fde44
No known key found for this signature in database
GPG key ID: 3710727397403C91
3 changed files with 132 additions and 9 deletions

View file

@ -17,7 +17,8 @@ Item
color: UM.Theme.getColor("lining")
width: parent.width
height: Math.floor(UM.Theme.getSize("default_lining").height)
anchors.bottom: parent.bottom
anchors.bottom: parent.top
visible: index != 0
}
Row
{
@ -48,6 +49,8 @@ Item
{
text: model.name
width: parent.width
maximumLineCount: 1
elide: Text.ElideRight
wrapMode: Text.WordWrap
font: UM.Theme.getFont("large_bold")
color: pluginInfo.color