Add one pixel margin to the view selector.

This commit is contained in:
Diego Prado Gesto 2018-12-06 14:45:24 +01:00
parent 3ca749cdcb
commit 46c209a993
2 changed files with 4 additions and 2 deletions

View file

@ -13,7 +13,7 @@ Column
Label
{
text: catalog.i18nc("@label", "Network connected printers")
text: catalog.i18nc("@label", "Connected printers")
visible: networkedPrintersModel.items.length > 0
leftPadding: UM.Theme.getSize("default_margin").width
height: visible ? contentHeight + 2 * UM.Theme.getSize("default_margin").height : 0