mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Add more margin above printer type labels
A bit of Gestalt. Contributes to issue CURA-5876.
This commit is contained in:
parent
15f81da95b
commit
43a06fdc3d
1 changed files with 2 additions and 1 deletions
|
@ -64,11 +64,12 @@ Column
|
|||
section.criteria: ViewSection.FullString
|
||||
section.delegate: Item
|
||||
{
|
||||
height: printerTypeLabel.height + UM.Theme.getSize("default_margin").height
|
||||
height: printerTypeLabel.height + UM.Theme.getSize("default_margin").height * 2 //Causes a default margin above the label and a default margin below the label.
|
||||
Cura.PrinterTypeLabel
|
||||
{
|
||||
id: printerTypeLabel
|
||||
text: Cura.MachineManager.getAbbreviatedMachineName(section)
|
||||
anchors.verticalCenter: parent.verticalCenter //One default margin above and one below.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue