mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06:00
Change links and compatibility chart.
This commit is contained in:
parent
1736a02d28
commit
c3f3b8dd93
3 changed files with 36 additions and 70 deletions
|
@ -41,7 +41,7 @@ Item
|
|||
Column
|
||||
{
|
||||
id: pluginInfo
|
||||
topPadding: Math.floor(UM.Theme.getSize("default_margin").height / 2)
|
||||
topPadding: UM.Theme.getSize("narrow_margin").height
|
||||
property var color: model.type === "plugin" && !isEnabled ? UM.Theme.getColor("lining") : UM.Theme.getColor("text")
|
||||
width: Math.floor(tileRow.width - (authorInfo.width + pluginActions.width + 2 * tileRow.spacing + ((disableButton.visible) ? disableButton.width + tileRow.spacing : 0)))
|
||||
Label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue