CURA-5537 Style improvements

This commit is contained in:
Ian Paschal 2018-07-04 12:51:01 +02:00
parent 7d30cee205
commit d4aaec7355
4 changed files with 5 additions and 2 deletions

View file

@ -25,7 +25,7 @@ Column
{
id: grid
property var model: toolbox.viewCategory == "material" ? toolbox.authorsModel : toolbox.packagesModel
width: parent.width
width: parent.width - 2 * parent.padding
columns: 2
columnSpacing: UM.Theme.getSize("default_margin").height
rowSpacing: UM.Theme.getSize("default_margin").width